Searched refs:TCA_MPLS_LABEL (Results 1 – 2 of 2) sorted by relevance
125 [TCA_MPLS_LABEL] = NLA_POLICY_VALIDATE_FN(NLA_U32, valid_label),174 if (tb[TCA_MPLS_LABEL] || tb[TCA_MPLS_TTL] || tb[TCA_MPLS_TC] || in tcf_mpls_init()181 if (tb[TCA_MPLS_PROTO] || tb[TCA_MPLS_LABEL] || in tcf_mpls_init()188 if (!tb[TCA_MPLS_LABEL]) { in tcf_mpls_init()252 p->tcfm_label = tb[TCA_MPLS_LABEL] ? nla_get_u32(tb[TCA_MPLS_LABEL]) : in tcf_mpls_init()316 nla_put_u32(skb, TCA_MPLS_LABEL, p->tcfm_label)) in tcf_mpls_dump()
25 TCA_MPLS_LABEL, /* u32; MPLS label. Lower 20 bits are used. */ enumerator