vlan: Optimize multiple unregistration
[safe/jmp/linux-2.6] / include / linux / if_vlan.h
index 8898cbe..71a4870 100644 (file)
@@ -85,6 +85,7 @@ struct vlan_group {
                                            * the vlan is attached to.
                                            */
        unsigned int            nr_vlans;
+       int                     killall;
        struct hlist_node       hlist;  /* linked list */
        struct net_device **vlan_devices_arrays[VLAN_GROUP_ARRAY_SPLIT_PARTS];
        struct rcu_head         rcu;