Searched refs:tcp_do_newreno (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_input.c1459 ((!tcp_do_newreno && !tp->sack_enable &&
1461 ((tcp_do_newreno || tp->sack_enable) &&
2372 ((tcp_do_newreno || tp->sack_enable) &&
2411 } else if (tcp_do_newreno) {
2463 if (tcp_do_newreno || tp->sack_enable) {
2471 if (tcp_do_newreno) {
2614 !(tcp_do_newreno && SEQ_LEQ(th->th_ack, tp->snd_recover))) {
2617 } else if ((!tcp_do_newreno && !tp->sack_enable) ||
2671 if ((tcp_do_newreno || tp->sack_enable) &&
2676 if ((tcp_do_newreno || t
[all...]
H A Dtcp_output.c138 int tcp_do_newreno = 0; variable
139 SYSCTL_INT(_net_inet_tcp, OID_AUTO, newreno, CTLFLAG_RW, &tcp_do_newreno,
1629 if (sendalot && (!tcp_do_newreno || --maxburst))
H A Dtcp_var.h668 extern int tcp_do_newreno;

Completed in 37 milliseconds