Home
last modified time | relevance | path

Searched refs:tcfm_bos (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
288 p->tcfm_bos = tb[TCA_MPLS_BOS] ? nla_get_u8(tb[TCA_MPLS_BOS]) : in tcf_mpls_init()
354 if (p->tcfm_bos != ACT_MPLS_BOS_NOT_SET && in tcf_mpls_dump()
355 nla_put_u8(skb, TCA_MPLS_BOS, p->tcfm_bos)) in tcf_mpls_dump()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds