Lines Matching defs:index
154 u32 index;
189 index = parm->index;
190 err = tcf_idr_check_alloc(tn, &index, a, bind);
192 ret = tcf_idr_create(tn, index, est, a,
195 tcf_idr_cleanup(tn, index);
421 WARN(1, "pedit BUG: index %d\n", p->tcf_index);
461 opt->index = p->tcf_index;
506 static int tcf_pedit_search(struct net *net, struct tc_action **a, u32 index)
510 return tcf_idr_search(tn, a, index);