Home
last modified time | relevance | path

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

/linux/include/net/tc_act/
H A Dtc_mpls.h29 #define to_mpls(a) ((struct tcf_mpls *)a) macro
36 tcfm_action = rcu_dereference(to_mpls(a)->mpls_p)->tcfm_action; in tcf_mpls_action()
47 tcfm_proto = rcu_dereference(to_mpls(a)->mpls_p)->tcfm_proto; in tcf_mpls_proto()
58 tcfm_label = rcu_dereference(to_mpls(a)->mpls_p)->tcfm_label; in tcf_mpls_label()
69 tcfm_tc = rcu_dereference(to_mpls(a)->mpls_p)->tcfm_tc; in tcf_mpls_tc()
80 tcfm_bos = rcu_dereference(to_mpls(a)->mpls_p)->tcfm_bos; in tcf_mpls_bos()
91 tcfm_ttl = rcu_dereference(to_mpls(a)->mpls_p)->tcfm_ttl; in tcf_mpls_ttl()
/linux/net/sched/
H A Dact_mpls.c57 struct tcf_mpls *m = to_mpls(a); in tcf_mpls_act()
280 m = to_mpls(*a); in tcf_mpls_init()
320 struct tcf_mpls *m = to_mpls(a); in tcf_mpls_cleanup()
332 const struct tcf_mpls *m = to_mpls(a); in tcf_mpls_dump()