Home
last modified time | relevance | path

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

/openbmc/linux/include/net/tc_act/
H A Dtc_mpls.h28 #define to_mpls(a) ((struct tcf_mpls *)a) macro
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.c57 struct tcf_mpls *m = to_mpls(a); in tcf_mpls_act()
282 m = to_mpls(*a); in tcf_mpls_init()
323 struct tcf_mpls *m = to_mpls(a); in tcf_mpls_cleanup()
335 struct tcf_mpls *m = to_mpls(a); in tcf_mpls_dump()