Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c84 __u32 tcp_cwnd; /* estimated tcp cwnd */ member
105 ca->tcp_cwnd = 0; in bictcp_reset()
291 ca->tcp_cwnd = cwnd; /* syn with cubic */ in bictcp_update()
363 ca->tcp_cwnd += n; in bictcp_update()
366 if (ca->tcp_cwnd > cwnd) { /* if bic is slower than tcp */ in bictcp_update()
367 delta = ca->tcp_cwnd - cwnd; in bictcp_update()
/openbmc/linux/net/ipv4/
H A Dtcp_cubic.c97 u32 tcp_cwnd; /* estimated tcp cwnd */ member
238 ca->tcp_cwnd = cwnd; /* syn with cubic */ in bictcp_update()
307 ca->tcp_cwnd++; in bictcp_update()
310 if (ca->tcp_cwnd > cwnd) { /* if bic is slower than tcp */ in bictcp_update()
311 delta = ca->tcp_cwnd - cwnd; in bictcp_update()