Searched refs:to_vlan (Results 1 – 4 of 4) sorted by relevance
28 #define to_vlan(a) ((struct tcf_vlan *)a) macro35 tcfv_action = rcu_dereference(to_vlan(a)->vlan_p)->tcfv_action; in tcf_vlan_action()46 tcfv_push_vid = rcu_dereference(to_vlan(a)->vlan_p)->tcfv_push_vid; in tcf_vlan_push_vid()57 tcfv_push_proto = rcu_dereference(to_vlan(a)->vlan_p)->tcfv_push_proto; in tcf_vlan_push_proto()68 tcfv_push_prio = rcu_dereference(to_vlan(a)->vlan_p)->tcfv_push_prio; in tcf_vlan_push_prio()78 memcpy(dest, rcu_dereference(to_vlan(a)->vlan_p)->tcfv_push_dst, ETH_ALEN); in tcf_vlan_push_eth()79 memcpy(src, rcu_dereference(to_vlan(a)->vlan_p)->tcfv_push_src, ETH_ALEN); in tcf_vlan_push_eth()
26 struct tcf_vlan *v = to_vlan(a); in tcf_vlan_act()234 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()339 struct tcf_vlan *v = to_vlan(a); in tcf_vlan_stats_update()
110 cmd1 = TXD_OWN | TXD_SOP | TXD_EOP | (mac->to_vlan << 12) | in spl2sw_ethernet_start_xmit()463 mac->to_vlan = 0x1 << i; /* vlan group: i */ in spl2sw_probe()
266 u8 to_vlan; member