Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dsctp_pcb.h150 struct socket *udp4_tun_socket; member
H A Dsctputil.c7195 if (SCTP_BASE_INFO(udp4_tun_socket) != NULL) { in sctp_over_udp_stop()
7196 soclose(SCTP_BASE_INFO(udp4_tun_socket)); in sctp_over_udp_stop()
7197 SCTP_BASE_INFO(udp4_tun_socket) = NULL; in sctp_over_udp_stop()
7229 if (SCTP_BASE_INFO(udp4_tun_socket) != NULL) { in sctp_over_udp_start()
7241 if ((ret = socreate(PF_INET, &SCTP_BASE_INFO(udp4_tun_socket), in sctp_over_udp_start()
7248 if ((ret = udp_set_kernel_tunneling(SCTP_BASE_INFO(udp4_tun_socket), in sctp_over_udp_start()
7260 if ((ret = sobind(SCTP_BASE_INFO(udp4_tun_socket), in sctp_over_udp_start()