Searched refs:tcp_left_out (Results 1 – 2 of 2) sorted by relevance
1176 static inline unsigned int tcp_left_out(const struct tcp_sock *tp) in tcp_left_out() function1197 return tp->packets_out - tcp_left_out(tp) + tp->retrans_out; in tcp_packets_in_flight()1235 #define tcp_verify_left_out(tp) WARN_ON(tcp_left_out(tp) > tp->packets_out)
2421 tp->snd_cwnd, tcp_left_out(tp), in DBGUNDO()2430 tp->snd_cwnd, tcp_left_out(tp), in DBGUNDO()2631 if (tcp_left_out(tp) || tcp_any_retrans_done(sk)) in tcp_try_keep_open()