Searched refs:TCA_MPLS_LABEL (Results 1 – 2 of 2) sorted by relevance
146 [TCA_MPLS_LABEL] = NLA_POLICY_VALIDATE_FN(NLA_U32, valid_label),196 if (tb[TCA_MPLS_LABEL] || tb[TCA_MPLS_TTL] || tb[TCA_MPLS_TC] || in tcf_mpls_init()203 if (tb[TCA_MPLS_PROTO] || tb[TCA_MPLS_LABEL] || in tcf_mpls_init()211 if (!tb[TCA_MPLS_LABEL]) { in tcf_mpls_init()275 p->tcfm_label = tb[TCA_MPLS_LABEL] ? nla_get_u32(tb[TCA_MPLS_LABEL]) : in tcf_mpls_init()337 nla_put_u32(skb, TCA_MPLS_LABEL, p->tcfm_label)) in tcf_mpls_dump()
26 TCA_MPLS_LABEL, /* u32; MPLS label. Lower 20 bits are used. */ enumerator