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