Lines Matching refs:index
94 u32 lflags = 0, index;
129 index = parm->index;
133 err = tcf_idr_check_alloc(tn, &index, a, bind);
144 tcf_idr_cleanup(tn, index);
149 ret = tcf_idr_create(tn, index, est, a,
152 tcf_idr_cleanup(tn, index);
223 .index = d->tcf_index,
268 static int tcf_skbmod_search(struct net *net, struct tc_action **a, u32 index)
272 return tcf_idr_search(tn, a, index);