diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/if_vlan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/if_vlan.h b/include/linux/if_vlan.h index 8898cbebcf34..71a4870c09a9 100644 --- a/include/linux/if_vlan.h +++ b/include/linux/if_vlan.h | |||
@@ -85,6 +85,7 @@ struct vlan_group { | |||
85 | * the vlan is attached to. | 85 | * the vlan is attached to. |
86 | */ | 86 | */ |
87 | unsigned int nr_vlans; | 87 | unsigned int nr_vlans; |
88 | int killall; | ||
88 | struct hlist_node hlist; /* linked list */ | 89 | struct hlist_node hlist; /* linked list */ |
89 | struct net_device **vlan_devices_arrays[VLAN_GROUP_ARRAY_SPLIT_PARTS]; | 90 | struct net_device **vlan_devices_arrays[VLAN_GROUP_ARRAY_SPLIT_PARTS]; |
90 | struct rcu_head rcu; | 91 | struct rcu_head rcu; |