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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_input.c2333 ((!(SACK_ENABLED(tp)) && tp->t_dupacks < tp->t_rexmtthresh) ||
2393 tp->t_rexmtthresh = tcprexmtthresh;
3466 tp->t_rexmtthresh = ((osegs - 1) > 1) ?
3468 tp->t_rexmtthresh = min(tp->t_rexmtthresh,
3470 tp->t_rexmtthresh = max(tp->t_rexmtthresh,
3504 tp->t_rexmtthresh = tcprexmtthresh;
3505 } else if (tp->t_dupacks > tp->t_rexmtthresh ||
3532 } else if (tp->t_dupacks == tp->t_rexmtthresh) {
[all...]
H A Dtcp_var.h332 u_int8_t t_rexmtthresh; /* duplicate ack threshold for entering fast recovery */ member in struct:tcpcb
480 (_tp_)->t_rexmtthresh = tcprexmtthresh; \
491 (_tp_)->t_dupacks < (_tp_)->t_rexmtthresh)
H A Dtcp_subr.c902 tp->t_rexmtthresh = tcprexmtthresh;

Completed in 38 milliseconds