Searched refs:tcp_ecn_outbound (Results 1 – 5 of 5) sorted by relevance
190 err = sysctl_io_number(req, tcp_ecn_outbound, sizeof(int32_t),197 if ((tcp_ecn_outbound == 0 || tcp_ecn_outbound == 1) &&199 tcp_ecn_outbound = i;200 SYSCTL_SKMEM_UPDATE_FIELD(tcp.ecn_initiate_out, tcp_ecn_outbound);203 if (tcp_ecn_outbound == 2 && (i == 0 || i == 1)) {232 tcp_ecn_outbound = i;233 SYSCTL_SKMEM_UPDATE_FIELD(tcp.ecn_initiate_out, tcp_ecn_outbound);243 int tcp_ecn_outbound = 2; variable245 CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_LOCKED, &tcp_ecn_outbound, 0,521 (!inbound && tcp_ecn_outbound == 1)) { in tcp_set_ecn()
1763 extern int tcp_ecn_outbound;
2618 if (tcp_ecn_outbound == 1) { in tcp_report_stats()
4855 extern int tcp_ecn_outbound;5251 if (tcp_ecn_outbound == 2 && !IFNET_IS_CELLULAR(ifp)) { in ifnet_attach()
7841 (!inbound && tcp_ecn_outbound == 1)) { in necp_client_check_tcp_heuristics()