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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dtcp.h751 static inline unsigned int tcp_left_out(const struct tcp_sock *tp) function
772 return tp->packets_out - tcp_left_out(tp) + tp->retrans_out;
798 #define tcp_verify_left_out(tp) WARN_ON(tcp_left_out(tp) > tp->packets_out)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_input.c2644 tp->snd_cwnd, tcp_left_out(tp),
2654 tp->snd_cwnd, tcp_left_out(tp),
2837 if (tcp_left_out(tp) || tcp_any_retrans_done(sk) || tp->undo_marker)

Completed in 75 milliseconds