Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Dtcp_output.c2600 int cwnd_quota; in tcp_write_xmit() local
2636 cwnd_quota = tcp_cwnd_test(tp, skb); in tcp_write_xmit()
2637 if (!cwnd_quota) { in tcp_write_xmit()
2640 cwnd_quota = 1; in tcp_write_xmit()
2666 cwnd_quota, in tcp_write_xmit()