Searched defs:vxlan_dev (Results 1 – 1 of 1) sorted by relevance
115 struct vxlan_dev { struct116 struct hlist_node hlist; /* vni hash table */117 struct list_head next; /* vxlan's per namespace list */118 struct vxlan_sock *vn_sock; /* listening socket */119 struct net_device *dev;120 struct net *net; /* netns for packet i/o */121 struct vxlan_rdst default_dst; /* default destination */122 union vxlan_addr saddr; /* source address */123 __be16 dst_port;124 __u16 port_min; /* source port range */[all …]