Searched defs:vxlan_rdst (Results 1 – 3 of 3) sorted by relevance
76966 struct vxlan_rdst { struct76967 union vxlan_addr remote_ip;76968 __be16 remote_port;76969 u8 offloaded: 1;76970 __be32 remote_vni;76971 u32 remote_ifindex;76972 struct net_device *remote_dev;76973 struct list_head list;76974 struct callback_head rcu;76975 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;