Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_mpls.c153 [TCA_MPLS_LABEL] = NLA_POLICY_VALIDATE_FN(NLA_BINARY,
227 if (tb[TCA_MPLS_LABEL] || tb[TCA_MPLS_TTL] || tb[TCA_MPLS_TC] || in tcf_mpls_init()
235 if (tb[TCA_MPLS_PROTO] || tb[TCA_MPLS_LABEL] || in tcf_mpls_init()
244 if (!tb[TCA_MPLS_LABEL]) { in tcf_mpls_init()
291 p->tcfm_label = tb[TCA_MPLS_LABEL] ? nla_get_u32(tb[TCA_MPLS_LABEL]) : in tcf_mpls_init()
353 nla_put_u32(skb, TCA_MPLS_LABEL, p->tcfm_label)) in tcf_mpls_dump()
/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_mpls.h26 TCA_MPLS_LABEL, /* u32; MPLS label. Lower 20 bits are used. */ enumerator