Searched refs:tcp_ecn_outbound (Results 1 – 5 of 5) sorted by relevance
173 err = sysctl_io_number(req, tcp_ecn_outbound, sizeof(int32_t),180 if ((tcp_ecn_outbound == 0 || tcp_ecn_outbound == 1) &&182 tcp_ecn_outbound = i;183 SYSCTL_SKMEM_UPDATE_FIELD(tcp.ecn_initiate_out, tcp_ecn_outbound);186 if (tcp_ecn_outbound == 2 && (i == 0 || i == 1)) {215 tcp_ecn_outbound = i;216 SYSCTL_SKMEM_UPDATE_FIELD(tcp.ecn_initiate_out, tcp_ecn_outbound);226 int tcp_ecn_outbound = 2; variable228 CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_LOCKED, &tcp_ecn_outbound, 0,503 (!inbound && tcp_ecn_outbound == 1)) { in tcp_set_ecn()
1632 extern int tcp_ecn_outbound;
2600 if (tcp_ecn_outbound == 1) { in tcp_report_stats()
8913 extern int tcp_ecn_outbound;9307 if (tcp_ecn_outbound == 2 && !IFNET_IS_CELLULAR(ifp)) { in ifnet_attach()
7686 (!inbound && tcp_ecn_outbound == 1)) { in necp_client_check_tcp_heuristics()