Searched refs:tcp_flight_size (Results 1 – 3 of 3) sorted by relevance
695 tp->snd_cwnd = tcp_flight_size(tp) + num_segs * tp->t_maxseg; in tcp_sack_partialack()
533 tcp_flight_size(struct tcpcb *tp) in tcp_flight_size() function942 cwin = min(tp->snd_wnd, tp->snd_cwnd) - tcp_flight_size(tp); in tcp_output()1059 cwin = tp->snd_cwnd - tcp_flight_size(tp); in tcp_output()
1704 int tcp_flight_size(struct tcpcb *tp);