/linux/tools/testing/selftests/bpf/progs/ |
H A D | tcp_ca_update.c | 46 .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 D | tcp_ca_kfunc.c | 78 u32 BPF_PROG(ssthresh, struct sock *sk) in BPF_PROG() argument 114 .ssthresh = (void *)ssthresh,
|
H A D | tcp_ca_incompl_cong_ops.c | 26 .ssthresh = (void *)incompl_cong_ops_ssthresh,
|
H A D | tcp_ca_write_sk_pacing.c | 62 .ssthresh = (void *)write_sk_pacing_ssthresh,
|
H A D | bpf_cc_cubic.c | 180 .ssthresh = (void *)bpf_cubic_recalc_ssthresh,
|
H A D | bpf_dctcp.c | 258 .ssthresh = (void *)bpf_dctcp_ssthresh,
|
/linux/include/trace/events/ |
H A D | sctp.h | 24 __field(__u32, ssthresh) 36 __entry->ssthresh = sp->ssthresh; 46 __entry->ssthresh, __entry->flight_size,
|
H A D | tcp.h | 282 __field(__u32, ssthresh) 313 __entry->ssthresh = tcp_current_ssthresh(sk); 325 __entry->snd_cwnd, __entry->ssthresh, __entry->snd_wnd,
|
/linux/net/sctp/ |
H A D | transport.c | 559 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local 569 ssthresh = transport->ssthresh; in sctp_transport_raise_cwnd() 573 if (cwnd <= ssthresh) { in sctp_transport_raise_cwnd() 606 __func__, transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd() 642 transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd() 667 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd() 695 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd() 697 transport->cwnd = transport->ssthresh; in sctp_transport_lower_cwnd() 715 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd() 717 transport->cwnd = transport->ssthresh; in sctp_transport_lower_cwnd() [all …]
|
/linux/net/ipv4/ |
H A D | tcp_scalable.c | 42 .ssthresh = tcp_scalable_ssthresh,
|
H A D | tcp_dctcp.c | 255 .ssthresh = dctcp_ssthresh, 266 .ssthresh = tcp_reno_ssthresh,
|
H A D | tcp_highspeed.c | 162 .ssthresh = hstcp_ssthresh,
|
H A D | tcp_cong.c | 80 if (!ca->ssthresh || !ca->undo_cwnd || in tcp_validate_congestion_control() 533 .ssthresh = tcp_reno_ssthresh,
|
H A D | tcp_hybla.c | 169 .ssthresh = tcp_reno_ssthresh,
|
H A D | tcp_veno.c | 210 .ssthresh = tcp_veno_ssthresh,
|
H A D | tcp_yeah.c | 210 .ssthresh = tcp_yeah_ssthresh,
|
H A D | tcp_bic.c | 204 .ssthresh = bictcp_recalc_ssthresh,
|
H A D | tcp_vegas.c | 311 .ssthresh = tcp_reno_ssthresh,
|
H A D | tcp_lp.c | 329 .ssthresh = tcp_reno_ssthresh,
|
H A D | tcp_westwood.c | 281 .ssthresh = tcp_reno_ssthresh,
|
H A D | tcp_illinois.c | 332 .ssthresh = tcp_illinois_ssthresh,
|
H A D | bpf_tcp_ca.c | 312 .ssthresh = bpf_tcp_ca_ssthresh,
|
H A D | tcp_htcp.c | 291 .ssthresh = htcp_recalc_ssthresh,
|
H A D | tcp_nv.c | 472 .ssthresh = tcpnv_recalc_ssthresh,
|
/linux/drivers/block/aoe/ |
H A D | aoe.h | 148 ushort ssthresh; /* slow start threshold */ member
|