]> Pileus Git - ~andy/linux/blobdiff - include/net/vxlan.h
net: Add GRO support for vxlan traffic
[~andy/linux] / include / net / vxlan.h
index 6b6d180fb91a2b9f15007884be9b9a5801c94c02..5deef1ae78c964608d629d29d5628dfef52fdf6e 100644 (file)
@@ -21,6 +21,7 @@ struct vxlan_sock {
        struct rcu_head   rcu;
        struct hlist_head vni_list[VNI_HASH_SIZE];
        atomic_t          refcnt;
+       struct udp_offload udp_offloads;
 };
 
 struct vxlan_sock *vxlan_sock_add(struct net *net, __be16 port,