Searched defs:vxlan_dev (Results 1 – 1 of 1) sorted by relevance
225 struct vxlan_dev { struct226 struct vxlan_dev_node hlist4; /* vni hash table for IPv4 socket */ argument228 struct vxlan_dev_node hlist6; /* vni hash table for IPv6 socket */ argument230 struct list_head next; /* vxlan's per namespace list */231 struct vxlan_sock __rcu *vn4_sock; /* listening socket for IPv4 */233 struct vxlan_sock __rcu *vn6_sock; /* listening socket for IPv6 */235 struct net_device *dev;236 struct net *net; /* netns for packet i/o */237 struct vxlan_rdst default_dst; /* default destination */239 struct timer_list age_timer;[all …]