Searched defs:vxlan_dev (Results 1 – 1 of 1) sorted by relevance
71933 struct vxlan_dev { struct71934 struct vxlan_dev_node hlist4; argument71935 struct vxlan_dev_node hlist6; argument71936 struct list_head next;71937 struct vxlan_sock *vn4_sock;71938 struct vxlan_sock *vn6_sock;71939 struct net_device *dev;71940 struct net *net;71941 struct vxlan_rdst default_dst;71942 struct timer_list age_timer;[all …]