Searched refs:use_udp_tunneling (Results 1 – 1 of 1) sorted by relevance
2787 int use_udp_tunneling; local2802 use_udp_tunneling = (ip->ip_p == IPPROTO_UDP);2804 if (use_udp_tunneling) {2818 if (!use_udp_tunneling) {2837 if (use_udp_tunneling) {2844 if (use_udp_tunneling) {2876 if ((!use_udp_tunneling) && (SCTP_BASE_VAR(userspace_rawsctp) > -1)) {2881 if ((use_udp_tunneling) && (SCTP_BASE_VAR(userspace_udpsctp) > -1)) {2896 if ((!use_udp_tunneling) && (SCTP_BASE_VAR(userspace_rawsctp) > -1)) {2903 if ((use_udp_tunneling) && (SCTP_BASE_VAR(userspace_udpsctp) > -1)) {[all …]