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.c7478 if (SCTP_BASE_INFO(udp6_tun_socket) != NULL) { in sctp_over_udp_stop()
7479 soclose(SCTP_BASE_INFO(udp6_tun_socket)); in sctp_over_udp_stop()
7480 SCTP_BASE_INFO(udp6_tun_socket) = NULL; in sctp_over_udp_stop()
7512 if (SCTP_BASE_INFO(udp6_tun_socket) != NULL) { in sctp_over_udp_start()
7544 if ((ret = socreate(PF_INET6, &SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()
7551 if ((ret = udp_set_kernel_tunneling(SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()
7563 if ((ret = sobind(SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()
H A Dtcp_subr.c751 VNET_DEFINE(struct socket *, udp6_tun_socket) = NULL;
752 #define V_udp6_tun_socket VNET(udp6_tun_socket)