Home
last modified time | relevance | path

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

/linux/include/net/tc_act/
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()
/linux/net/sched/
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()
282 p->tcfm_bos = tb[TCA_MPLS_BOS] ? nla_get_u8(tb[TCA_MPLS_BOS]) : in tcf_mpls_init()
348 if (p->tcfm_bos != ACT_MPLS_BOS_NOT_SET && in tcf_mpls_dump()
349 nla_put_u8(skb, TCA_MPLS_BOS, p->tcfm_bos)) in tcf_mpls_dump()

Completed in 4 milliseconds