Searched refs:snd_ssthresh (Results 1 – 8 of 8) sorted by relevance
71 __u32 snd_ssthresh; member197 return tp->snd_cwnd < tp->snd_ssthresh; in tcp_in_slow_start()
71 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()
71 return tcp->snd_ssthresh >= TCP_INFINITE_SSTHRESH; in tcp_in_initial_slowstart()146 : tp->tcp.snd_ssthresh) in dump_tcp6_sock()
188 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()
91 dst->snd_ssthresh = src->snd_ssthresh; in tpcpy()
144 tp->snd_ssthresh = max(tp->snd_cwnd >> 1U, 2U); in dctcp_react_to_loss()
93 tp->snd_cwnd, tp->srtt_us, tp->rtt_min, tp->snd_ssthresh, in print_tp()
5367 __u32 snd_ssthresh; /* Slow start size threshold */ member5707 __u32 snd_ssthresh; member