Searched refs:udp6_tun_socket (Results 1 – 2 of 2) sorted by relevance
153 struct socket *udp6_tun_socket; member
7430 if (SCTP_BASE_INFO(udp6_tun_socket) != NULL) { in sctp_over_udp_stop()7431 soclose(SCTP_BASE_INFO(udp6_tun_socket)); in sctp_over_udp_stop()7432 SCTP_BASE_INFO(udp6_tun_socket) = NULL; in sctp_over_udp_stop()7464 if (SCTP_BASE_INFO(udp6_tun_socket) != NULL) { in sctp_over_udp_start()7496 if ((ret = socreate(PF_INET6, &SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()7503 if ((ret = udp_set_kernel_tunneling(SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()7515 if ((ret = sobind(SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()