Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_mpls.c153 [TCA_MPLS_TC] = NLA_POLICY_RANGE(NLA_U8, 0, 7),
225 if (tb[TCA_MPLS_LABEL] || tb[TCA_MPLS_TTL] || tb[TCA_MPLS_TC] || in tcf_mpls_init()
234 tb[TCA_MPLS_TTL] || tb[TCA_MPLS_TC] || tb[TCA_MPLS_BOS]) { in tcf_mpls_init()
291 p->tcfm_tc = nla_get_u8_default(tb[TCA_MPLS_TC], ACT_MPLS_TC_NOT_SET); in tcf_mpls_init()
354 nla_put_u8(skb, TCA_MPLS_TC, p->tcfm_tc)) in tcf_mpls_dump()
/linux/include/uapi/linux/tc_act/
H A Dtc_mpls.h27 TCA_MPLS_TC, /* u8; MPLS TC field. Lower 3 bits are used. */ enumerator