diff options
Diffstat (limited to 'include/net/vxlan.h')
-rw-r--r-- | include/net/vxlan.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/vxlan.h b/include/net/vxlan.h index dcc6f4057115..2f168f0ea32c 100644 --- a/include/net/vxlan.h +++ b/include/net/vxlan.h | |||
@@ -189,7 +189,6 @@ struct vxlan_sock { | |||
189 | struct rcu_head rcu; | 189 | struct rcu_head rcu; |
190 | struct hlist_head vni_list[VNI_HASH_SIZE]; | 190 | struct hlist_head vni_list[VNI_HASH_SIZE]; |
191 | atomic_t refcnt; | 191 | atomic_t refcnt; |
192 | struct udp_offload udp_offloads; | ||
193 | u32 flags; | 192 | u32 flags; |
194 | }; | 193 | }; |
195 | 194 | ||