Lines Matching defs:index
108 u32 index;
123 index = parm->index;
124 err = tcf_idr_check_alloc(tn, &index, a, bind);
141 tcf_idr_cleanup(tn, index);
148 tcf_idr_cleanup(tn, index);
152 ret = tcf_idr_create_from_flags(tn, index, est, a,
155 tcf_idr_cleanup(tn, index);
353 .index = m->tcf_index,
393 static int tcf_mirred_search(struct net *net, struct tc_action **a, u32 index)
397 return tcf_idr_search(tn, a, index);