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()
550 tcp_flight_size(struct tcpcb *tp) in tcp_flight_size() function964 int32_t cwin = tp->snd_cwnd - tcp_flight_size(tp); in tcp_output()999 int32_t cwin = min(tp->snd_wnd, tp->snd_cwnd) - tcp_flight_size(tp); in tcp_output()1134 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()
1828 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()