Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_mpls.c157 [TCA_MPLS_BOS] = NLA_POLICY_RANGE(NLA_U8, 0, 1),
228 tb[TCA_MPLS_BOS]) { in tcf_mpls_init()
236 tb[TCA_MPLS_TTL] || tb[TCA_MPLS_TC] || tb[TCA_MPLS_BOS]) { in tcf_mpls_init()
297 p->tcfm_bos = tb[TCA_MPLS_BOS] ? nla_get_u8(tb[TCA_MPLS_BOS]) : in tcf_mpls_init()
364 nla_put_u8(skb, TCA_MPLS_BOS, p->tcfm_bos)) in tcf_mpls_dump()
/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_mpls.h29 TCA_MPLS_BOS, /* u8; MPLS BOS field. Either 1 or 0. */ enumerator