Home
last modified time | relevance | path

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

/linux/include/net/tc_act/
A Dtc_vlan.h27 #define to_vlan(a) ((struct tcf_vlan *)a) macro
43 tcfv_action = rcu_dereference(to_vlan(a)->vlan_p)->tcfv_action; in tcf_vlan_action()
54 tcfv_push_vid = rcu_dereference(to_vlan(a)->vlan_p)->tcfv_push_vid; in tcf_vlan_push_vid()
65 tcfv_push_proto = rcu_dereference(to_vlan(a)->vlan_p)->tcfv_push_proto; in tcf_vlan_push_proto()
76 tcfv_push_prio = rcu_dereference(to_vlan(a)->vlan_p)->tcfv_push_prio; in tcf_vlan_push_prio()
/linux/net/sched/
A Dact_vlan.c25 struct tcf_vlan *v = to_vlan(a); in tcf_vlan_act()
235 v = to_vlan(*a); in tcf_vlan_init()
277 struct tcf_vlan *v = to_vlan(a); in tcf_vlan_cleanup()
289 struct tcf_vlan *v = to_vlan(a); in tcf_vlan_dump()
349 struct tcf_vlan *v = to_vlan(a); in tcf_vlan_stats_update()

Completed in 4 milliseconds