aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/vxlan.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/vxlan.h')
-rw-r--r--include/net/vxlan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/vxlan.h b/include/net/vxlan.h
index 6b6d180fb91a..5deef1ae78c9 100644
--- a/include/net/vxlan.h
+++ b/include/net/vxlan.h
@@ -21,6 +21,7 @@ struct vxlan_sock {
21 struct rcu_head rcu; 21 struct rcu_head rcu;
22 struct hlist_head vni_list[VNI_HASH_SIZE]; 22 struct hlist_head vni_list[VNI_HASH_SIZE];
23 atomic_t refcnt; 23 atomic_t refcnt;
24 struct udp_offload udp_offloads;
24}; 25};
25 26
26struct vxlan_sock *vxlan_sock_add(struct net *net, __be16 port, 27struct vxlan_sock *vxlan_sock_add(struct net *net, __be16 port,