Home
last modified time | relevance | path

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

/openbmc/linux/include/net/tc_act/
H A Dtc_mpls.h26 struct tcf_mpls_params __rcu *mpls_p; member
44 tcfm_action = rcu_dereference(to_mpls(a)->mpls_p)->tcfm_action; in tcf_mpls_action()
55 tcfm_proto = rcu_dereference(to_mpls(a)->mpls_p)->tcfm_proto; in tcf_mpls_proto()
66 tcfm_label = rcu_dereference(to_mpls(a)->mpls_p)->tcfm_label; in tcf_mpls_label()
77 tcfm_tc = rcu_dereference(to_mpls(a)->mpls_p)->tcfm_tc; in tcf_mpls_tc()
88 tcfm_bos = rcu_dereference(to_mpls(a)->mpls_p)->tcfm_bos; in tcf_mpls_bos()
99 tcfm_ttl = rcu_dereference(to_mpls(a)->mpls_p)->tcfm_ttl; in tcf_mpls_ttl()
/openbmc/linux/net/sched/
H A Dact_mpls.c77 p = rcu_dereference_bh(m->mpls_p); in tcf_mpls_act()
304 p = rcu_replace_pointer(m->mpls_p, p, lockdep_is_held(&m->tcf_lock)); in tcf_mpls_init()
326 p = rcu_dereference_protected(m->mpls_p, 1); in tcf_mpls_cleanup()
346 p = rcu_dereference_protected(m->mpls_p, lockdep_is_held(&m->tcf_lock)); in tcf_mpls_dump()