Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_output.c2285 int cwnd_quota; in tcp_write_xmit() local
2319 cwnd_quota = tcp_cwnd_test(tp, skb); in tcp_write_xmit()
2320 if (!cwnd_quota) { in tcp_write_xmit()
2323 cwnd_quota = 1; in tcp_write_xmit()
2349 cwnd_quota, in tcp_write_xmit()