Searched defs:vxlan_dev (Results 1 – 1 of 1) sorted by relevance
283 struct vxlan_dev { struct284 struct vxlan_dev_node hlist4; /* vni hash table for IPv4 socket */ argument286 struct vxlan_dev_node hlist6; /* vni hash table for IPv6 socket */ argument288 struct list_head next; /* vxlan's per namespace list */289 struct vxlan_sock __rcu *vn4_sock; /* listening socket for IPv4 */291 struct vxlan_sock __rcu *vn6_sock; /* listening socket for IPv6 */293 struct net_device *dev;294 struct net *net; /* netns for packet i/o */295 struct vxlan_rdst default_dst; /* default destination */297 struct timer_list age_timer;[all …]