Searched refs:tcf_vlan (Results 1 – 2 of 2) sorted by relevance
26 struct tcf_vlan *v = to_vlan(a); in tcf_vlan_act()129 struct tcf_vlan *v; in tcf_vlan_init()279 struct tcf_vlan *v = to_vlan(a); in tcf_vlan_cleanup()291 struct tcf_vlan *v = to_vlan(a); in tcf_vlan_dump()341 struct tcf_vlan *v = to_vlan(a); in tcf_vlan_stats_update()429 .size = sizeof(struct tcf_vlan),
23 struct tcf_vlan { struct27 #define to_vlan(a) ((struct tcf_vlan *)a) argument