Lines Matching defs:index
204 int index, struct netlink_ext_ack *extack)
215 entry->index = index;
315 u32 index;
349 index = parm->index;
351 err = tcf_idr_check_alloc(tn, &index, a, bind);
359 ret = tcf_idr_create(tn, index, est, a,
362 tcf_idr_cleanup(tn, index);
478 if (nla_put_u32(skb, TCA_GATE_ENTRY_INDEX, entry->index))
506 .index = gact->tcf_index,
588 static int tcf_gate_search(struct net *net, struct tc_action **a, u32 index)
592 return tcf_idr_search(tn, a, index);