Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dtcp_subr.c800 #define V_udp6_tun_socket VNET(udp6_tun_socket) macro
818 if (V_udp6_tun_socket != NULL) { in tcp_over_udp_stop()
819 soclose(V_udp6_tun_socket); in tcp_over_udp_stop()
820 V_udp6_tun_socket = NULL; in tcp_over_udp_stop()
851 if (V_udp6_tun_socket != NULL) { in tcp_over_udp_start()
883 if ((ret = socreate(PF_INET6, &V_udp6_tun_socket, in tcp_over_udp_start()
890 if ((ret = udp_set_kernel_tunneling(V_udp6_tun_socket, in tcp_over_udp_start()
902 if ((ret = sobind(V_udp6_tun_socket, in tcp_over_udp_start()