Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dtcp_subr.c710 #define V_udp4_tun_socket VNET(udp4_tun_socket) macro
725 if (V_udp4_tun_socket != NULL) { in tcp_over_udp_stop()
726 soclose(V_udp4_tun_socket); in tcp_over_udp_stop()
727 V_udp4_tun_socket = NULL; in tcp_over_udp_stop()
759 if (V_udp4_tun_socket != NULL) { in tcp_over_udp_start()
771 if ((ret = socreate(PF_INET, &V_udp4_tun_socket, in tcp_over_udp_start()
778 if ((ret = udp_set_kernel_tunneling(V_udp4_tun_socket, in tcp_over_udp_start()
790 if ((ret = sobind(V_udp4_tun_socket, in tcp_over_udp_start()