Searched defs:vxlan_rdst (Results 1 – 2 of 2) sorted by relevance
198 struct vxlan_rdst { struct199 union vxlan_addr remote_ip;200 __be16 remote_port;201 u8 offloaded:1;202 __be32 remote_vni;203 u32 remote_ifindex;204 struct net_device *remote_dev;205 struct list_head list;206 struct rcu_head rcu;207 struct dst_cache dst_cache;
200 struct vxlan_rdst { struct201 union vxlan_addr remote_ip;202 __be16 remote_port;203 u8 offloaded:1;204 __be32 remote_vni;205 u32 remote_ifindex;206 struct net_device *remote_dev;207 struct list_head list;208 struct rcu_head rcu;209 struct dst_cache dst_cache;