Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h71 __u32 snd_ssthresh; member
197 return tp->snd_cwnd < tp->snd_ssthresh; in tcp_in_slow_start()
/tools/testing/selftests/bpf/progs/
Dbpf_iter_tcp4.c71 return tcp->snd_ssthresh >= TCP_INFINITE_SSTHRESH; in tcp_in_initial_slowstart()
141 : (tcp_in_initial_slowstart(tp) ? -1 : tp->snd_ssthresh) in dump_tcp_sock()
Dbpf_iter_tcp6.c71 return tcp->snd_ssthresh >= TCP_INFINITE_SSTHRESH; in tcp_in_initial_slowstart()
146 : tp->tcp.snd_ssthresh) in dump_tcp6_sock()
Dbpf_cubic.c188 tcp_sk(sk)->snd_ssthresh = initial_ssthresh; in BPF_PROG()
478 tp->snd_ssthresh = tp->snd_cwnd; in hystart_update()
493 tp->snd_ssthresh = tp->snd_cwnd; in hystart_update()
Dtest_sock_fields.c91 dst->snd_ssthresh = src->snd_ssthresh; in tpcpy()
Dbpf_dctcp.c144 tp->snd_ssthresh = max(tp->snd_cwnd >> 1U, 2U); in dctcp_react_to_loss()
/tools/testing/selftests/bpf/prog_tests/
Dsock_fields.c93 tp->snd_cwnd, tp->srtt_us, tp->rtt_min, tp->snd_ssthresh, in print_tp()
/tools/include/uapi/linux/
Dbpf.h5367 __u32 snd_ssthresh; /* Slow start size threshold */ member
5707 __u32 snd_ssthresh; member