Searched defs:vxlan_rdst (Results 1 – 1 of 1) sorted by relevance
191 struct vxlan_rdst { struct192 union vxlan_addr remote_ip;193 __be16 remote_port;194 __be32 remote_vni;195 u32 remote_ifindex;196 struct list_head list;197 struct rcu_head rcu;198 struct dst_cache dst_cache;