Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_mpls.c151 [TCA_MPLS_LABEL] = NLA_POLICY_VALIDATE_FN(NLA_BINARY,
225 if (tb[TCA_MPLS_LABEL] || tb[TCA_MPLS_TTL] || tb[TCA_MPLS_TC] || in tcf_mpls_init()
233 if (tb[TCA_MPLS_PROTO] || tb[TCA_MPLS_LABEL] || in tcf_mpls_init()
242 if (!tb[TCA_MPLS_LABEL]) { in tcf_mpls_init()
289 p->tcfm_label = nla_get_u32_default(tb[TCA_MPLS_LABEL], in tcf_mpls_init()
350 nla_put_u32(skb, TCA_MPLS_LABEL, p->tcfm_label)) in tcf_mpls_dump()
/linux/include/uapi/linux/tc_act/
H A Dtc_mpls.h26 TCA_MPLS_LABEL, /* u32; MPLS label. Lower 20 bits are used. */ enumerator