Home
last modified time | relevance | path

Searched refs:max_packets_out (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dtcp.h232 u32 max_packets_out; /* max packets_out in last window */ member
/linux-4.4.14/include/net/
Dtcp.h1086 return tp->snd_cwnd < 2 * tp->max_packets_out; in tcp_is_cwnd_limited()
/linux-4.4.14/net/ipv4/
Dtcp_output.c1472 tp->packets_out > tp->max_packets_out) { in tcp_cwnd_validate()
1473 tp->max_packets_out = tp->packets_out; in tcp_cwnd_validate()