Home
last modified time | relevance | path

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

/xnu-11215/bsd/netinet/
H A Dtcp_rack.c106 if (IN_FASTRECOVERY(tp) || dup_acks >= tp->t_rexmtthresh || in_rto) { in tcp_rack_reordering_window()
H A Dtcp_input.c1544 tp->t_rexmtthresh = in tcp_early_rexmt_check()
1546 tp->t_rexmtthresh = in tcp_early_rexmt_check()
1547 MIN(tp->t_rexmtthresh, tcprexmtthresh); in tcp_early_rexmt_check()
1548 tp->t_rexmtthresh = in tcp_early_rexmt_check()
1549 MAX(tp->t_rexmtthresh, in tcp_early_rexmt_check()
3198 tp->t_dupacks < tp->t_rexmtthresh) || in tcp_input()
3283 tp->t_rexmtthresh = tcprexmtthresh; in tcp_input()
5024 tp->t_rexmtthresh = tcprexmtthresh; in tcp_input()
5025 …e if ((!TCP_RACK_ENABLED(tp) && tp->t_dupacks > tp->t_rexmtthresh && old_dupacks >= tp->t_rexmtthr… in tcp_input()
5087 … } else if (rack_loss_detected || (!TCP_RACK_ENABLED(tp) && tp->t_dupacks >= tp->t_rexmtthresh)) { in tcp_input()
[all …]
H A Dtcp_var.h518 uint8_t t_rexmtthresh; /* duplicate ack threshold for entering fast recovery */ member
897 (_tp_)->t_rexmtthresh = (uint8_t)tcprexmtthresh; \
913 (_tp_)->t_dupacks < (_tp_)->t_rexmtthresh && \
H A Dtcp_subr.c1184 tp->t_rexmtthresh = (uint8_t)tcprexmtthresh; in tcp_newtcpcb()