Home
last modified time | relevance | path

Searched refs:tcp_left_out (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/net/
Dtcp.h1176 static inline unsigned int tcp_left_out(const struct tcp_sock *tp) in tcp_left_out() function
1197 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)
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_input.c2421 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()