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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_input.c1450 tp->t_rexmtthresh =
1452 tp->t_rexmtthresh =
1453 min(tp->t_rexmtthresh, tcprexmtthresh);
1454 tp->t_rexmtthresh =
1455 max(tp->t_rexmtthresh, tp->t_dupacks);
2496 tp->t_dupacks < tp->t_rexmtthresh) ||
2540 tp->t_rexmtthresh = tcprexmtthresh;
3617 tp->t_rexmtthresh = tcprexmtthresh;
3618 } else if (tp->t_dupacks > tp->t_rexmtthresh ||
3662 } else if (tp->t_dupacks == tp->t_rexmtthresh) {
[all...]
H A Dtcp_var.h359 u_int8_t t_rexmtthresh; /* duplicate ack threshold for entering fast recovery */ member in struct:tcpcb
524 (_tp_)->t_rexmtthresh = tcprexmtthresh; \
537 (_tp_)->t_dupacks < (_tp_)->t_rexmtthresh && \
H A Dtcp_subr.c942 tp->t_rexmtthresh = tcprexmtthresh;

Completed in 196 milliseconds