Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_output.c2681 int cwnd_quota; in tcp_write_xmit() local
2718 cwnd_quota = tcp_cwnd_test(tp, skb); in tcp_write_xmit()
2719 if (!cwnd_quota) { in tcp_write_xmit()
2722 cwnd_quota = 1; in tcp_write_xmit()
2748 cwnd_quota, in tcp_write_xmit()