Lines Matching refs:index
108 u32 index = 0;
119 index = nla_get_u32(tb[TCA_IPT_INDEX]);
121 err = tcf_idr_check_alloc(tn, &index, a, bind);
132 tcf_idr_cleanup(tn, index);
141 tcf_idr_cleanup(tn, index);
146 ret = tcf_idr_create(tn, index, est, a, ops, bind,
149 tcf_idr_cleanup(tn, index);
328 static int tcf_ipt_search(struct net *net, struct tc_action **a, u32 index)
332 return tcf_idr_search(tn, a, index);
377 static int tcf_xt_search(struct net *net, struct tc_action **a, u32 index)
381 return tcf_idr_search(tn, a, index);