Searched refs:tcp_flight_size (Results 1 – 5 of 5) sorted by relevance
285 tp->t_lossflightsize = tcp_flight_size(tp); in tcp_prague_pre_fr()
711 tp->snd_cwnd = tcp_flight_size(tp) + num_segs * tp->t_maxseg; in tcp_sack_partialack()
585 tcp_flight_size(struct tcpcb *tp) in tcp_flight_size() function1284 int32_t cwin = tp->snd_cwnd - tcp_flight_size(tp); in tcp_output()1319 int32_t cwin = min(tp->snd_wnd, tp->snd_cwnd) - tcp_flight_size(tp); in tcp_output()1454 int32_t cwin = tp->snd_cwnd - tcp_flight_size(tp); in tcp_output()
1900 uint32_t tcp_flight_size(struct tcpcb *tp);
1421 obytes = tcp_flight_size(tp); in tcp_early_rexmt_check()1424 obytes = tcp_flight_size(tp); in tcp_early_rexmt_check()