Searched refs:tcp_flight_size (Results 1 – 5 of 5) sorted by relevance
291 tp->t_lossflightsize = tcp_flight_size(tp); in tcp_prague_pre_fr()
565 tcp_flight_size(struct tcpcb *tp) in tcp_flight_size() function988 int32_t cwin = tp->snd_cwnd - tcp_flight_size(tp); in tcp_output()1023 int32_t cwin = min(tp->snd_wnd, tp->snd_cwnd) - tcp_flight_size(tp); in tcp_output()1158 int32_t cwin = tp->snd_cwnd - tcp_flight_size(tp); in tcp_output()
721 tp->snd_cwnd = tcp_flight_size(tp) + num_segs * tp->t_maxseg; in tcp_sack_partialack()
1901 uint32_t tcp_flight_size(struct tcpcb *tp);
1508 obytes = tcp_flight_size(tp); in tcp_early_rexmt_check()1511 obytes = tcp_flight_size(tp); in tcp_early_rexmt_check()