Home
last modified time | relevance | path

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

/linux/include/net/tc_act/
H A Dtc_mpls.h16 u8 tcfm_bos; member
77 u8 tcfm_bos; in tcf_mpls_bos() local
80 tcfm_bos = rcu_dereference(to_mpls(a)->mpls_p)->tcfm_bos; in tcf_mpls_bos()
83 return tcfm_bos; in tcf_mpls_bos()
/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()
293 p->tcfm_bos = nla_get_u8_default(tb[TCA_MPLS_BOS], in tcf_mpls_init()
360 if (p->tcfm_bos != ACT_MPLS_BOS_NOT_SET && in tcf_mpls_dump()
361 nla_put_u8(skb, TCA_MPLS_BOS, p->tcfm_bos)) in tcf_mpls_dump()