Searched refs:udp6_tun_socket (Results 1 – 3 of 3) sorted by relevance
149 struct socket *udp6_tun_socket; member
7477 if (SCTP_BASE_INFO(udp6_tun_socket) != NULL) { in sctp_over_udp_stop()7478 soclose(SCTP_BASE_INFO(udp6_tun_socket)); in sctp_over_udp_stop()7479 SCTP_BASE_INFO(udp6_tun_socket) = NULL; in sctp_over_udp_stop()7511 if (SCTP_BASE_INFO(udp6_tun_socket) != NULL) { in sctp_over_udp_start()7543 if ((ret = socreate(PF_INET6, &SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()7550 if ((ret = udp_set_kernel_tunneling(SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()7562 if ((ret = sobind(SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()
752 VNET_DEFINE(struct socket *, udp6_tun_socket) = NULL;753 #define V_udp6_tun_socket VNET(udp6_tun_socket)