Home
last modified time | relevance | path

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

/openbmc/linux/include/net/tc_act/
H A Dtc_mpls.h13 u8 tcfm_tc; member
74 u8 tcfm_tc; in tcf_mpls_tc() local
77 tcfm_tc = rcu_dereference(to_mpls(a)->mpls_p)->tcfm_tc; in tcf_mpls_tc()
80 return tcfm_tc; in tcf_mpls_tc()
/openbmc/linux/net/sched/
H A Dact_mpls.c39 if (p->tcfm_tc != ACT_MPLS_TC_NOT_SET) { in tcf_mpls_get_lse()
41 new_lse |= p->tcfm_tc << MPLS_LS_TC_SHIFT; in tcf_mpls_get_lse()
293 p->tcfm_tc = tb[TCA_MPLS_TC] ? nla_get_u8(tb[TCA_MPLS_TC]) : in tcf_mpls_init()
356 if (p->tcfm_tc != ACT_MPLS_TC_NOT_SET && in tcf_mpls_dump()
357 nla_put_u8(skb, TCA_MPLS_TC, p->tcfm_tc)) in tcf_mpls_dump()