Lines Matching defs:index
207 int index, struct netlink_ext_ack *extack)
218 entry->index = index;
318 u32 index;
352 index = parm->index;
354 err = tcf_idr_check_alloc(tn, &index, a, bind);
362 ret = tcf_idr_create_from_flags(tn, index, est, a,
365 tcf_idr_cleanup(tn, index);
481 if (nla_put_u32(skb, TCA_GATE_ENTRY_INDEX, entry->index))
509 .index = gact->tcf_index,