Home
last modified time | relevance | path

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

/openbmc/linux/include/net/tc_act/
H A Dtc_mpls.h15 u8 tcfm_bos; member
85 u8 tcfm_bos; in tcf_mpls_bos() local
88 tcfm_bos = rcu_dereference(to_mpls(a)->mpls_p)->tcfm_bos; in tcf_mpls_bos()
91 return tcfm_bos; in tcf_mpls_bos()
/openbmc/linux/net/sched/
H A Dact_mpls.c43 if (p->tcfm_bos != ACT_MPLS_BOS_NOT_SET) { in tcf_mpls_get_lse()
45 new_lse |= p->tcfm_bos << MPLS_LS_S_SHIFT; in tcf_mpls_get_lse()
297 p->tcfm_bos = tb[TCA_MPLS_BOS] ? nla_get_u8(tb[TCA_MPLS_BOS]) : in tcf_mpls_init()
363 if (p->tcfm_bos != ACT_MPLS_BOS_NOT_SET && in tcf_mpls_dump()
364 nla_put_u8(skb, TCA_MPLS_BOS, p->tcfm_bos)) in tcf_mpls_dump()