Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dsctp_pcb.h148 struct socket *udp4_tun_socket; member
Dsctputil.c7024 if (SCTP_BASE_INFO(udp4_tun_socket) != NULL) { in sctp_over_udp_stop()
7025 soclose(SCTP_BASE_INFO(udp4_tun_socket)); in sctp_over_udp_stop()
7026 SCTP_BASE_INFO(udp4_tun_socket) = NULL; in sctp_over_udp_stop()
7061 if (SCTP_BASE_INFO(udp4_tun_socket) != NULL) { in sctp_over_udp_start()
7073 if ((ret = socreate(PF_INET, &SCTP_BASE_INFO(udp4_tun_socket), in sctp_over_udp_start()
7080 if ((ret = udp_set_kernel_tunneling(SCTP_BASE_INFO(udp4_tun_socket), in sctp_over_udp_start()
7090 if ((ret = sobind(SCTP_BASE_INFO(udp4_tun_socket), in sctp_over_udp_start()