Home
last modified time | relevance | path

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

/xnu-12377.61.12/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.c1457 tp->t_rexmtthresh = in tcp_early_rexmt_check()
1459 tp->t_rexmtthresh = in tcp_early_rexmt_check()
1460 MIN(tp->t_rexmtthresh, tcprexmtthresh); in tcp_early_rexmt_check()
1461 tp->t_rexmtthresh = in tcp_early_rexmt_check()
1462 MAX(tp->t_rexmtthresh, in tcp_early_rexmt_check()
3765 tp->t_dupacks < tp->t_rexmtthresh) || in tcp_input()
3847 tp->t_rexmtthresh = tcprexmtthresh; in tcp_input()
5263 tp->t_rexmtthresh = tcprexmtthresh; in tcp_input()
5264 …e if ((!TCP_RACK_ENABLED(tp) && tp->t_dupacks > tp->t_rexmtthresh && old_dupacks >= tp->t_rexmtthr… in tcp_input()
5326 … } else if (rack_loss_detected || (!TCP_RACK_ENABLED(tp) && tp->t_dupacks >= tp->t_rexmtthresh)) { in tcp_input()
[all …]
H A Dtcp_var.h559 uint8_t t_rexmtthresh; /* duplicate ack threshold for entering fast recovery */ member
966 (_tp_)->t_rexmtthresh = (uint8_t)tcprexmtthresh; \
982 (_tp_)->t_dupacks < (_tp_)->t_rexmtthresh && \
H A Dtcp_subr.c1383 tp->t_rexmtthresh = (uint8_t)tcprexmtthresh; in tcp_newtcpcb()