Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_pcb.h149 struct socket *udp6_tun_socket; member
H A Dsctputil.c7477 if (SCTP_BASE_INFO(udp6_tun_socket) != NULL) { in sctp_over_udp_stop()
7478 soclose(SCTP_BASE_INFO(udp6_tun_socket)); in sctp_over_udp_stop()
7479 SCTP_BASE_INFO(udp6_tun_socket) = NULL; in sctp_over_udp_stop()
7511 if (SCTP_BASE_INFO(udp6_tun_socket) != NULL) { in sctp_over_udp_start()
7543 if ((ret = socreate(PF_INET6, &SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()
7550 if ((ret = udp_set_kernel_tunneling(SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()
7562 if ((ret = sobind(SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()
H A Dtcp_subr.c752 VNET_DEFINE(struct socket *, udp6_tun_socket) = NULL;
753 #define V_udp6_tun_socket VNET(udp6_tun_socket)