Searched refs:TCA_MPLS_BOS (Results 1 – 2 of 2) sorted by relevance
157 [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()
29 TCA_MPLS_BOS, /* u8; MPLS BOS field. Either 1 or 0. */ enumerator