Searched refs:vxlan_socket (Results 1 – 1 of 1) sorted by relevance
109 struct vxlan_socket { struct114 LIST_ENTRY(vxlan_socket) vxlso_entry; argument165 struct vxlan_socket *vxl_sock;268 static struct vxlan_socket *270 static void vxlan_socket_destroy(struct vxlan_socket *);271 static void vxlan_socket_release(struct vxlan_socket *);272 static struct vxlan_socket *274 static void vxlan_socket_insert(struct vxlan_socket *);275 static int vxlan_socket_init(struct vxlan_socket *, struct ifnet *);276 static int vxlan_socket_bind(struct vxlan_socket *, struct ifnet *);[all …]