Home
last modified time | relevance | path

Searched refs:tcp_ecn_inbound (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.41.9/bsd/netinet/
H A Dtcp_output.c219 if (i == 2 || tcp_ecn_inbound == 2) {
220 tcp_ecn_inbound = i;
221 SYSCTL_SKMEM_UPDATE_FIELD(tcp.ecn_negotiate_in, tcp_ecn_inbound);
232 int tcp_ecn_inbound = 2; variable
234 CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_LOCKED, &tcp_ecn_inbound, 0,
502 if ((inbound && tcp_ecn_inbound == 1) || in tcp_set_ecn()
H A Dtcp_var.h1630 extern int tcp_ecn_inbound;
H A Dtcp_timer.c2602 if (tcp_ecn_inbound == 1) { in tcp_report_stats()
/xnu-10002.41.9/bsd/net/
H A Dnecp_client.c7644 if ((inbound && tcp_ecn_inbound == 1) || in necp_client_check_tcp_heuristics()