Lines Matching defs:index
186 NL_SET_ERR_MSG(extack, "Missing tunnel key erspan option index");
206 md->u.index = nla_get_be32(nla);
376 u32 index;
397 index = parm->index;
398 err = tcf_idr_check_alloc(tn, &index, a, bind);
498 ret = tcf_idr_create_from_flags(tn, index, est, a,
554 tcf_idr_cleanup(tn, index);
632 nla_put_be32(skb, TCA_TUNNEL_KEY_ENC_OPT_ERSPAN_INDEX, md->u.index))
719 .index = t->tcf_index,
783 static int tunnel_key_search(struct net *net, struct tc_action **a, u32 index)
787 return tcf_idr_search(tn, a, index);