Home
last modified time | relevance | path

Searched refs:ssthresh (Results 1 – 25 of 32) sorted by relevance

12

/linux/tools/testing/selftests/bpf/progs/
H A Dtcp_ca_update.c46 .ssthresh = (void *)ca_update_ssthresh,
55 .ssthresh = (void *)ca_update_ssthresh,
63 .ssthresh = (void *)ca_update_ssthresh,
71 .ssthresh = (void *)ca_update_ssthresh,
H A Dtcp_ca_kfunc.c78 u32 BPF_PROG(ssthresh, struct sock *sk) in BPF_PROG() argument
114 .ssthresh = (void *)ssthresh,
H A Dtcp_ca_incompl_cong_ops.c26 .ssthresh = (void *)incompl_cong_ops_ssthresh,
H A Dtcp_ca_write_sk_pacing.c60 .ssthresh = (void *)write_sk_pacing_ssthresh,
H A Dbpf_cc_cubic.c128 /* Reset cwnd to ssthresh in CWR or Recovery (unless it's undone) */ in BPF_PROG()
171 .ssthresh = (void *)bpf_cubic_recalc_ssthresh,
H A Dbpf_dctcp.c252 .ssthresh = (void *)bpf_dctcp_ssthresh,
H A Dbpf_cubic.c428 * Otherwise short RTT flows could get too small ssthresh, since during in BPF_PROG()
536 .ssthresh = (void *)bpf_cubic_recalc_ssthresh, in BPF_PROG()
/linux/include/trace/events/
H A Dsctp.h24 __field(__u32, ssthresh)
36 __entry->ssthresh = sp->ssthresh;
46 __entry->ssthresh, __entry->flight_size,
H A Dtcp.h385 __field(__u32, ssthresh)
416 __entry->ssthresh = tcp_current_ssthresh(sk);
428 __entry->snd_cwnd, __entry->ssthresh, __entry->snd_wnd,
/linux/net/sctp/
H A Dtransport.c557 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local
567 ssthresh = transport->ssthresh; in sctp_transport_raise_cwnd()
571 if (cwnd <= ssthresh) { in sctp_transport_raise_cwnd()
604 __func__, transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd()
640 transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd()
665 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd()
693 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd()
695 transport->cwnd = transport->ssthresh; in sctp_transport_lower_cwnd()
713 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd()
715 transport->cwnd = transport->ssthresh; in sctp_transport_lower_cwnd()
[all …]
/linux/net/ipv4/
H A Dtcp_scalable.c42 .ssthresh = tcp_scalable_ssthresh,
H A Dtcp_dctcp.c255 .ssthresh = dctcp_ssthresh,
266 .ssthresh = tcp_reno_ssthresh,
H A Dtcp_highspeed.c162 .ssthresh = hstcp_ssthresh,
H A Dtcp_hybla.c169 .ssthresh = tcp_reno_ssthresh,
H A Dtcp_veno.c210 .ssthresh = tcp_veno_ssthresh,
H A Dtcp_yeah.c210 .ssthresh = tcp_yeah_ssthresh,
H A Dtcp_bic.c204 .ssthresh = bictcp_recalc_ssthresh,
H A Dtcp_vegas.c311 .ssthresh = tcp_reno_ssthresh,
H A Dtcp_lp.c332 .ssthresh = tcp_reno_ssthresh,
H A Dtcp_westwood.c281 .ssthresh = tcp_reno_ssthresh,
H A Dtcp_illinois.c332 .ssthresh = tcp_illinois_ssthresh,
H A Dbpf_tcp_ca.c312 .ssthresh = bpf_tcp_ca_ssthresh,
H A Dtcp_htcp.c291 .ssthresh = htcp_recalc_ssthresh,
H A Dtcp_nv.c472 .ssthresh = tcpnv_recalc_ssthresh,
/linux/drivers/block/aoe/
H A Daoe.h149 ushort ssthresh; /* slow start threshold */ member

12