Searched refs:TCA_MPLS_TC (Results 1 – 2 of 2) sorted by relevance
155 [TCA_MPLS_TC] = NLA_POLICY_RANGE(NLA_U8, 0, 7),227 if (tb[TCA_MPLS_LABEL] || tb[TCA_MPLS_TTL] || tb[TCA_MPLS_TC] || in tcf_mpls_init()236 tb[TCA_MPLS_TTL] || tb[TCA_MPLS_TC] || tb[TCA_MPLS_BOS]) { in tcf_mpls_init()293 p->tcfm_tc = tb[TCA_MPLS_TC] ? nla_get_u8(tb[TCA_MPLS_TC]) : in tcf_mpls_init()357 nla_put_u8(skb, TCA_MPLS_TC, p->tcfm_tc)) in tcf_mpls_dump()
27 TCA_MPLS_TC, /* u8; MPLS TC field. Lower 3 bits are used. */ enumerator