vxlan: change vxlan to use UDP socket GRO
[cascardo/linux.git] / include / net / vxlan.h
index dcc6f40..2f168f0 100644 (file)
@@ -189,7 +189,6 @@ struct vxlan_sock {
        struct rcu_head   rcu;
        struct hlist_head vni_list[VNI_HASH_SIZE];
        atomic_t          refcnt;
-       struct udp_offload udp_offloads;
        u32               flags;
 };