Searched refs:udp4_tun_socket (Results 1 – 3 of 3) sorted by relevance
149 struct socket *udp4_tun_socket; member
7439 if (SCTP_BASE_INFO(udp4_tun_socket) != NULL) { in sctp_over_udp_stop()7440 soclose(SCTP_BASE_INFO(udp4_tun_socket)); in sctp_over_udp_stop()7441 SCTP_BASE_INFO(udp4_tun_socket) = NULL; in sctp_over_udp_stop()7473 if (SCTP_BASE_INFO(udp4_tun_socket) != NULL) { in sctp_over_udp_start()7485 if ((ret = socreate(PF_INET, &SCTP_BASE_INFO(udp4_tun_socket), in sctp_over_udp_start()7492 if ((ret = udp_set_kernel_tunneling(SCTP_BASE_INFO(udp4_tun_socket), in sctp_over_udp_start()7504 if ((ret = sobind(SCTP_BASE_INFO(udp4_tun_socket), in sctp_over_udp_start()
709 VNET_DEFINE(struct socket *, udp4_tun_socket) = NULL;710 #define V_udp4_tun_socket VNET(udp4_tun_socket)