Home
last modified time | relevance | path

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

/xnu-11417.101.15/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()
3234 tp->t_dupacks < tp->t_rexmtthresh) || in tcp_input()
3319 tp->t_rexmtthresh = tcprexmtthresh; in tcp_input()
5080 tp->t_rexmtthresh = tcprexmtthresh; in tcp_input()
5081 …e if ((!TCP_RACK_ENABLED(tp) && tp->t_dupacks > tp->t_rexmtthresh && old_dupacks >= tp->t_rexmtthr… in tcp_input()
5143 … } else if (rack_loss_detected || (!TCP_RACK_ENABLED(tp) && tp->t_dupacks >= tp->t_rexmtthresh)) { in tcp_input()
[all …]
H A Dtcp_var.h519 uint8_t t_rexmtthresh; /* duplicate ack threshold for entering fast recovery */ member
903 (_tp_)->t_rexmtthresh = (uint8_t)tcprexmtthresh; \
919 (_tp_)->t_dupacks < (_tp_)->t_rexmtthresh && \
H A Dtcp_subr.c1193 tp->t_rexmtthresh = (uint8_t)tcprexmtthresh; in tcp_newtcpcb()