Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDsctp_pcb.h146 struct socket *udp4_tun_socket; member
HDsctputil.c7473 if (SCTP_BASE_INFO(udp4_tun_socket) != NULL) { in sctp_over_udp_stop()
7474 soclose(SCTP_BASE_INFO(udp4_tun_socket)); in sctp_over_udp_stop()
7475 SCTP_BASE_INFO(udp4_tun_socket) = NULL; in sctp_over_udp_stop()
7507 if (SCTP_BASE_INFO(udp4_tun_socket) != NULL) { in sctp_over_udp_start()
7519 if ((ret = socreate(PF_INET, &SCTP_BASE_INFO(udp4_tun_socket), in sctp_over_udp_start()
7526 if ((ret = udp_set_kernel_tunneling(SCTP_BASE_INFO(udp4_tun_socket), in sctp_over_udp_start()
7538 if ((ret = sobind(SCTP_BASE_INFO(udp4_tun_socket), in sctp_over_udp_start()
HDtcp_subr.c795 VNET_DEFINE(struct socket *, udp4_tun_socket) = NULL;
796 #define V_udp4_tun_socket VNET(udp4_tun_socket)