Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_output.c2363 int cwnd_quota; in tcp_write_xmit() local
2399 cwnd_quota = tcp_cwnd_test(tp, skb); in tcp_write_xmit()
2400 if (!cwnd_quota) { in tcp_write_xmit()
2403 cwnd_quota = 1; in tcp_write_xmit()
2429 cwnd_quota, in tcp_write_xmit()