Home
last modified time | relevance | path

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

12

/linux-6.15/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.c62 .ssthresh = (void *)write_sk_pacing_ssthresh,
H A Dbpf_cc_cubic.c180 .ssthresh = (void *)bpf_cubic_recalc_ssthresh,
/linux-6.15/include/trace/events/
H A Dsctp.h24 __field(__u32, ssthresh)
36 __entry->ssthresh = sp->ssthresh;
46 __entry->ssthresh, __entry->flight_size,
H A Dtcp.h288 __field(__u32, ssthresh)
319 __entry->ssthresh = tcp_current_ssthresh(sk);
331 __entry->snd_cwnd, __entry->ssthresh, __entry->snd_wnd,
/linux-6.15/net/sctp/
H A Dtransport.c561 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local
571 ssthresh = transport->ssthresh; in sctp_transport_raise_cwnd()
575 if (cwnd <= ssthresh) { in sctp_transport_raise_cwnd()
644 transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd()
669 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd()
697 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd()
699 transport->cwnd = transport->ssthresh; in sctp_transport_lower_cwnd()
719 transport->cwnd = transport->ssthresh; in sctp_transport_lower_cwnd()
736 transport->ssthresh = transport->cwnd; in sctp_transport_lower_cwnd()
744 transport->ssthresh); in sctp_transport_lower_cwnd()
[all …]
/linux-6.15/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_cong.c80 if (!ca->ssthresh || !ca->undo_cwnd || in tcp_validate_congestion_control()
534 .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.c329 .ssthresh = tcp_reno_ssthresh,
H A Dtcp_westwood.c281 .ssthresh = tcp_reno_ssthresh,
H A Dtcp_illinois.c332 .ssthresh = tcp_illinois_ssthresh,
/linux-6.15/tools/testing/selftests/net/packetdrill/
H A Dtcp_fast_recovery_prr-ss-30pkt-lost1_4.pkt40 // Writes another 10 packets, which the ssthresh*mss amount
H A Dtcp_fast_recovery_prr-ss-30pkt-lost-1_4-11_16.pkt46 // inflight reaches ssthresh, goes into packet conservation mode
H A Dtcp_fast_recovery_prr-ss-10pkt-lost-1.pkt3 // In this variant we test a simple case where in-flight == ssthresh
/linux-6.15/drivers/block/aoe/
H A Daoe.h148 ushort ssthresh; /* slow start threshold */ member
/linux-6.15/Documentation/netlink/specs/
H A Dtcp_metrics.yaml105 name: ssthresh

12