tcfm_bos           15 include/net/tc_act/tc_mpls.h 	u8 tcfm_bos;
tcfm_bos           85 include/net/tc_act/tc_mpls.h 	u8 tcfm_bos;
tcfm_bos           88 include/net/tc_act/tc_mpls.h 	tcfm_bos = rcu_dereference(to_mpls(a)->mpls_p)->tcfm_bos;
tcfm_bos           91 include/net/tc_act/tc_mpls.h 	return tcfm_bos;
tcfm_bos           43 net/sched/act_mpls.c 	if (p->tcfm_bos != ACT_MPLS_BOS_NOT_SET) {
tcfm_bos           45 net/sched/act_mpls.c 		new_lse |= p->tcfm_bos << MPLS_LS_S_SHIFT;
tcfm_bos          261 net/sched/act_mpls.c 	p->tcfm_bos = tb[TCA_MPLS_BOS] ? nla_get_u8(tb[TCA_MPLS_BOS]) :
tcfm_bos          329 net/sched/act_mpls.c 	if (p->tcfm_bos != ACT_MPLS_BOS_NOT_SET &&
tcfm_bos          330 net/sched/act_mpls.c 	    nla_put_u8(skb, TCA_MPLS_BOS, p->tcfm_bos))