Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dact_mpls.c149 [TCA_MPLS_BOS] = NLA_POLICY_RANGE(NLA_U8, 0, 1),
197 tb[TCA_MPLS_BOS]) { in tcf_mpls_init()
204 tb[TCA_MPLS_TTL] || tb[TCA_MPLS_TC] || tb[TCA_MPLS_BOS]) { in tcf_mpls_init()
281 p->tcfm_bos = tb[TCA_MPLS_BOS] ? nla_get_u8(tb[TCA_MPLS_BOS]) : in tcf_mpls_init()
348 nla_put_u8(skb, TCA_MPLS_BOS, p->tcfm_bos)) in tcf_mpls_dump()
/Linux-v6.1/include/uapi/linux/tc_act/
Dtc_mpls.h29 TCA_MPLS_BOS, /* u8; MPLS BOS field. Either 1 or 0. */ enumerator