Home
last modified time | relevance | path

Searched defs:vxlan_dev (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/net/
Dvxlan.h152 struct vxlan_dev { struct
153 struct hlist_node hlist; /* vni hash table */
154 struct list_head next; /* vxlan's per namespace list */
155 struct vxlan_sock *vn4_sock; /* listening socket for IPv4 */
157 struct vxlan_sock *vn6_sock; /* listening socket for IPv6 */
159 struct net_device *dev;
160 struct net *net; /* netns for packet i/o */
161 struct vxlan_rdst default_dst; /* default destination */
162 u32 flags; /* VXLAN_F_* in vxlan.h */
164 struct timer_list age_timer;
[all …]