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