Lines Matching refs:index
99 u32 index;
113 index = parm->index;
114 err = tcf_idr_check_alloc(tn, &index, a, bind);
125 tcf_idr_cleanup(tn, index);
130 ret = tcf_idr_create(tn, index, est, a,
133 tcf_idr_cleanup(tn, index);
175 .index = d->tcf_index,
210 static int tcf_simp_search(struct net *net, struct tc_action **a, u32 index)
214 return tcf_idr_search(tn, a, index);