Home
last modified time | relevance | path

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

/linux-6.15/net/sched/
H A Dact_mpls.c155 [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 = nla_get_u8_default(tb[TCA_MPLS_TC], ACT_MPLS_TC_NOT_SET); in tcf_mpls_init()
355 nla_put_u8(skb, TCA_MPLS_TC, p->tcfm_tc)) in tcf_mpls_dump()
/linux-6.15/include/uapi/linux/tc_act/
H A Dtc_mpls.h27 TCA_MPLS_TC, /* u8; MPLS TC field. Lower 3 bits are used. */ enumerator