Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dact_mpls.c147 [TCA_MPLS_TC] = NLA_POLICY_RANGE(NLA_U8, 0, 7),
196 if (tb[TCA_MPLS_LABEL] || tb[TCA_MPLS_TTL] || tb[TCA_MPLS_TC] || in tcf_mpls_init()
204 tb[TCA_MPLS_TTL] || tb[TCA_MPLS_TC] || tb[TCA_MPLS_BOS]) { in tcf_mpls_init()
277 p->tcfm_tc = tb[TCA_MPLS_TC] ? nla_get_u8(tb[TCA_MPLS_TC]) : in tcf_mpls_init()
341 nla_put_u8(skb, TCA_MPLS_TC, p->tcfm_tc)) in tcf_mpls_dump()
/Linux-v6.1/include/uapi/linux/tc_act/
Dtc_mpls.h27 TCA_MPLS_TC, /* u8; MPLS TC field. Lower 3 bits are used. */ enumerator