Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c86 __u32 tcp_cwnd; /* estimated tcp cwnd */ member
107 ca->tcp_cwnd = 0; in bictcp_reset()
300 ca->tcp_cwnd = cwnd; /* syn with cubic */ in bictcp_update()
372 ca->tcp_cwnd += n; in bictcp_update()
375 if (ca->tcp_cwnd > cwnd) { /* if bic is slower than tcp */ in bictcp_update()
376 delta = ca->tcp_cwnd - cwnd; in bictcp_update()