Searched refs:tcp_left_out (Results 1 – 2 of 2) sorted by relevance
1184 static inline unsigned int tcp_left_out(const struct tcp_sock *tp) in tcp_left_out() function1205 return tp->packets_out - tcp_left_out(tp) + tp->retrans_out; in tcp_packets_in_flight()1243 #define tcp_verify_left_out(tp) WARN_ON(tcp_left_out(tp) > tp->packets_out)
2459 tp->snd_cwnd, tcp_left_out(tp), in DBGUNDO()2468 tp->snd_cwnd, tcp_left_out(tp), in DBGUNDO()2668 if (tcp_left_out(tp) || tcp_any_retrans_done(sk)) in tcp_try_keep_open()
Completed in 20 milliseconds