Home
last modified time | relevance | path

Searched refs:tcp_ecn_outbound (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_output.c169 err = sysctl_io_number(req, tcp_ecn_outbound, sizeof(int32_t),
176 if ((tcp_ecn_outbound == 0 || tcp_ecn_outbound == 1) &&
178 tcp_ecn_outbound = i;
179 SYSCTL_SKMEM_UPDATE_FIELD(tcp.ecn_initiate_out, tcp_ecn_outbound);
182 if (tcp_ecn_outbound == 2 && (i == 0 || i == 1)) {
211 tcp_ecn_outbound = i;
212 SYSCTL_SKMEM_UPDATE_FIELD(tcp.ecn_initiate_out, tcp_ecn_outbound);
222 int tcp_ecn_outbound = 2; variable
224 CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_LOCKED, &tcp_ecn_outbound, 0,
495 (!inbound && tcp_ecn_outbound == 1)) { in tcp_set_ecn()
H A Dtcp_var.h1556 extern int tcp_ecn_outbound;
H A Dtcp_timer.c2577 if (tcp_ecn_outbound == 1) { in tcp_report_stats()
/xnu-8019.80.24/bsd/net/
H A Ddlil.c8303 extern int tcp_ecn_outbound;
8683 if (tcp_ecn_outbound == 2 && !IFNET_IS_CELLULAR(ifp)) { in ifnet_attach()
H A Dnecp_client.c7152 (!inbound && tcp_ecn_outbound == 1)) { in necp_client_check_tcp_heuristics()