Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_pcb.h146 struct socket *udp4_tun_socket; member
H A Dsctputil.c7471 if (SCTP_BASE_INFO(udp4_tun_socket) != NULL) { in sctp_over_udp_stop()
7472 soclose(SCTP_BASE_INFO(udp4_tun_socket)); in sctp_over_udp_stop()
7473 SCTP_BASE_INFO(udp4_tun_socket) = NULL; in sctp_over_udp_stop()
7505 if (SCTP_BASE_INFO(udp4_tun_socket) != NULL) { in sctp_over_udp_start()
7517 if ((ret = socreate(PF_INET, &SCTP_BASE_INFO(udp4_tun_socket), in sctp_over_udp_start()
7524 if ((ret = udp_set_kernel_tunneling(SCTP_BASE_INFO(udp4_tun_socket), in sctp_over_udp_start()
7536 if ((ret = sobind(SCTP_BASE_INFO(udp4_tun_socket), in sctp_over_udp_start()
H A Dtcp_subr.c749 VNET_DEFINE(struct socket *, udp4_tun_socket) = NULL;
750 #define V_udp4_tun_socket VNET(udp4_tun_socket)