Lines Matching defs:index
113 u32 index;
161 index = parm->index;
162 err = tcf_idr_check_alloc(tn, &index, a, bind);
173 tcf_idr_cleanup(tn, index);
178 ret = tcf_idr_create(tn, index, est, a,
181 tcf_idr_cleanup(tn, index);
244 .index = d->tcf_index,
312 static int tcf_skbedit_search(struct net *net, struct tc_action **a, u32 index)
316 return tcf_idr_search(tn, a, index);