Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dsctp_pcb.h152 struct socket *udp6_tun_socket; member
H A Dsctputil.c7445 if (SCTP_BASE_INFO(udp6_tun_socket) != NULL) { in sctp_over_udp_stop()
7446 soclose(SCTP_BASE_INFO(udp6_tun_socket)); in sctp_over_udp_stop()
7447 SCTP_BASE_INFO(udp6_tun_socket) = NULL; in sctp_over_udp_stop()
7479 if (SCTP_BASE_INFO(udp6_tun_socket) != NULL) { in sctp_over_udp_start()
7511 if ((ret = socreate(PF_INET6, &SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()
7518 if ((ret = udp_set_kernel_tunneling(SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()
7530 if ((ret = sobind(SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()
H A Dtcp_subr.c713 VNET_DEFINE(struct socket *, udp6_tun_socket) = NULL;
714 #define V_udp6_tun_socket VNET(udp6_tun_socket)