Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sched/
H A Dact_mpls.c148 [TCA_MPLS_TC] = NLA_POLICY_RANGE(NLA_U8, 0, 7),
197 if (tb[TCA_MPLS_LABEL] || tb[TCA_MPLS_TTL] || tb[TCA_MPLS_TC] || in tcf_mpls_init()
205 tb[TCA_MPLS_TTL] || tb[TCA_MPLS_TC] || tb[TCA_MPLS_BOS]) { in tcf_mpls_init()
278 p->tcfm_tc = tb[TCA_MPLS_TC] ? nla_get_u8(tb[TCA_MPLS_TC]) : in tcf_mpls_init()
342 nla_put_u8(skb, TCA_MPLS_TC, p->tcfm_tc)) in tcf_mpls_dump()
/OK3568_Linux_fs/kernel/include/uapi/linux/tc_act/
H A Dtc_mpls.h27 TCA_MPLS_TC, /* u8; MPLS TC field. Lower 3 bits are used. */ enumerator