Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtcp_ca_update.c52 .ssthresh = (void *)ca_update_ssthresh,
61 .ssthresh = (void *)ca_update_ssthresh,
69 .ssthresh = (void *)ca_update_ssthresh,
77 .ssthresh = (void *)ca_update_ssthresh,
H A Dtcp_ca_incompl_cong_ops.c32 .ssthresh = (void *)incompl_cong_ops_ssthresh,
H A Dtcp_ca_write_sk_pacing.c68 .ssthresh = (void *)write_sk_pacing_ssthresh,
H A Dbpf_dctcp.c252 .ssthresh = (void *)dctcp_ssthresh,
/openbmc/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.h256 __field(__u32, ssthresh)
285 __entry->ssthresh = tcp_current_ssthresh(sk);
294 __entry->snd_cwnd, __entry->ssthresh, __entry->snd_wnd,
/openbmc/linux/net/sctp/
H A Dtransport.c559 __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()
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()
717 transport->cwnd = transport->ssthresh; in sctp_transport_lower_cwnd()
734 transport->ssthresh = transport->cwnd; in sctp_transport_lower_cwnd()
742 transport->ssthresh); in sctp_transport_lower_cwnd()
[all …]
/openbmc/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_cong.c81 if (!ca->ssthresh || !ca->undo_cwnd || in tcp_validate_congestion_control()
537 .ssthresh = tcp_reno_ssthresh,
H A Dtcp_yeah.c210 .ssthresh = tcp_yeah_ssthresh,
H A Dtcp_vegas.c311 .ssthresh = tcp_reno_ssthresh,
H A Dtcp_bic.c204 .ssthresh = bictcp_recalc_ssthresh,
H A Dtcp_westwood.c281 .ssthresh = tcp_reno_ssthresh,
H A Dtcp_lp.c329 .ssthresh = tcp_reno_ssthresh,
H A Dtcp_illinois.c332 .ssthresh = tcp_illinois_ssthresh,
H A Dtcp_htcp.c291 .ssthresh = htcp_recalc_ssthresh,
H A Dtcp_nv.c472 .ssthresh = tcpnv_recalc_ssthresh,
H A Dtcp_cdg.c400 .ssthresh = tcp_cdg_ssthresh,
/openbmc/linux/drivers/block/aoe/
H A Daoe.h148 ushort ssthresh; /* slow start threshold */ member
/openbmc/linux/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h169 __u32 (*ssthresh)(struct sock *sk); member
/openbmc/linux/Documentation/netlink/specs/
H A Drt_route.yaml203 name: rtax-ssthresh

12