Home
last modified time | relevance | path

Searched refs:TCA_MPLS_PARMS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_mpls.h23 TCA_MPLS_PARMS, /* struct tc_mpls; action type and general TC fields. */ enumerator
/openbmc/linux/net/sched/
H A Dact_mpls.c151 [TCA_MPLS_PARMS] = NLA_POLICY_EXACT_LEN(sizeof(struct tc_mpls)),
186 if (!tb[TCA_MPLS_PARMS]) { in tcf_mpls_init()
190 parm = nla_data(tb[TCA_MPLS_PARMS]); in tcf_mpls_init()
349 if (nla_put(skb, TCA_MPLS_PARMS, sizeof(opt), &opt)) in tcf_mpls_dump()