Searched refs:tcp_left_out (Results 1 – 2 of 2) sorted by relevance
1177 static inline unsigned int tcp_left_out(const struct tcp_sock *tp) in tcp_left_out() function1198 return tp->packets_out - tcp_left_out(tp) + tp->retrans_out; in tcp_packets_in_flight()1236 #define tcp_verify_left_out(tp) WARN_ON(tcp_left_out(tp) > tp->packets_out)
2419 tp->snd_cwnd, tcp_left_out(tp), in DBGUNDO()2428 tp->snd_cwnd, tcp_left_out(tp), in DBGUNDO()2629 if (tcp_left_out(tp) || tcp_any_retrans_done(sk)) in tcp_try_keep_open()