summaryrefslogtreecommitdiffstats
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 335283dbe9b3..373aadcfea21 100644
--- a/include/net/vxlan.h
+++ b/include/net/vxlan.h
@@ -197,6 +197,7 @@ struct vxlan_rdst {
197 u8 offloaded:1; 197 u8 offloaded:1;
198 __be32 remote_vni; 198 __be32 remote_vni;
199 u32 remote_ifindex; 199 u32 remote_ifindex;
200 struct net_device *remote_dev;
200 struct list_head list; 201 struct list_head list;
201 struct rcu_head rcu; 202 struct rcu_head rcu;
202 struct dst_cache dst_cache; 203 struct dst_cache dst_cache;