Home
last modified time | relevance | path

Searched refs:t_lossflightsize (Results 1 – 6 of 6) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_cubic.c402 tp->t_lossflightsize = tp->snd_max - tp->snd_una; in tcp_cubic_pre_fr()
404 win = max(tp->t_pipeack, tp->t_lossflightsize); in tcp_cubic_pre_fr()
406 win = (max(tp->t_pipeack, tp->t_lossflightsize)) >> 1; in tcp_cubic_pre_fr()
409 tp->t_lossflightsize = 0; in tcp_cubic_pre_fr()
513 if (SACK_ENABLED(tp) && tp->t_lossflightsize > 0 && !tcp_cubic_minor_fixes) { in tcp_cubic_post_fr()
520 ncwnd = max(tp->t_pipeack, tp->t_lossflightsize); in tcp_cubic_post_fr()
H A Dtcp_cc.c293 tp->snd_cwnd = (max(tp->t_pipeack, tp->t_lossflightsize) >> 1); in tcp_cc_adjust_nonvalidated_cwnd()
325 tp->t_lossflightsize = 0; in tcp_clear_pipeack_state()
H A Dtcp_ledbat.c439 tp->t_lossflightsize = tp->snd_max - tp->snd_una; in tcp_ledbat_pre_fr()
440 win = max(tp->t_pipeack, tp->t_lossflightsize); in tcp_ledbat_pre_fr()
442 tp->t_lossflightsize = 0; in tcp_ledbat_pre_fr()
H A Dtcp_prague.c291 tp->t_lossflightsize = tcp_flight_size(tp); in tcp_prague_pre_fr()
292 win = max(tp->t_pipeack, tp->t_lossflightsize); in tcp_prague_pre_fr()
294 tp->t_lossflightsize = 0; in tcp_prague_pre_fr()
H A Dtcp_var.h703 u_int32_t t_lossflightsize; member
908 (_tp_)->t_lossflightsize = 0; \
H A Dtcp_input.c1386 tp->t_lossflightsize = 0; in tcp_bad_rexmt_restore_state()