Searched defs:vxlan_rdst (Results 1 – 3 of 3) sorted by relevance
67857 struct vxlan_rdst { struct67858 union vxlan_addr remote_ip;67859 __be16 remote_port;67860 u8 offloaded: 1;67861 __be32 remote_vni;67862 u32 remote_ifindex;67863 struct net_device *remote_dev;67864 struct list_head list;67865 struct callback_head rcu;67866 struct dst_cache dst_cache;
103007 struct vxlan_rdst { struct103008 union vxlan_addr remote_ip;103009 __be16 remote_port;103010 u8 offloaded: 1;103011 __be32 remote_vni;103012 u32 remote_ifindex;103013 struct net_device *remote_dev;103014 struct list_head list;103015 struct callback_head rcu;103016 struct dst_cache dst_cache;