Home
last modified time | relevance | path

Searched refs:vxlan_socket (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/net/
H A Dif_vxlan.c109 struct vxlan_socket { struct
114 LIST_ENTRY(vxlan_socket) vxlso_entry; argument
165 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 …]