Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dsctp_pcb.h153 struct socket *udp6_tun_socket; member
H A Dsctputil.c7201 if (SCTP_BASE_INFO(udp6_tun_socket) != NULL) { in sctp_over_udp_stop()
7202 soclose(SCTP_BASE_INFO(udp6_tun_socket)); in sctp_over_udp_stop()
7203 SCTP_BASE_INFO(udp6_tun_socket) = NULL; in sctp_over_udp_stop()
7235 if (SCTP_BASE_INFO(udp6_tun_socket) != NULL) { in sctp_over_udp_start()
7267 if ((ret = socreate(PF_INET6, &SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()
7274 if ((ret = udp_set_kernel_tunneling(SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()
7286 if ((ret = sobind(SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()