Home
last modified time | relevance | path

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

12

/Linux-v5.4/net/sctp/
Dtransport.c401 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local
411 ssthresh = transport->ssthresh; in sctp_transport_raise_cwnd()
415 if (cwnd <= ssthresh) { in sctp_transport_raise_cwnd()
448 __func__, transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd()
484 transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd()
509 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd()
537 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd()
539 transport->cwnd = transport->ssthresh; in sctp_transport_lower_cwnd()
557 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd()
559 transport->cwnd = transport->ssthresh; in sctp_transport_lower_cwnd()
[all …]
Doutqueue.c526 transport->cwnd, transport->ssthresh, transport->flight_size, in sctp_retransmit_mark()
1731 transport->cwnd, transport->ssthresh, in sctp_mark_missing()
/Linux-v5.4/include/trace/events/
Dsctp.h24 __field(__u32, ssthresh)
36 __entry->ssthresh = sp->ssthresh;
46 __entry->ssthresh, __entry->flight_size,
Dtcp.h246 __field(__u32, ssthresh)
274 __entry->ssthresh = tcp_current_ssthresh(sk);
282 __entry->snd_cwnd, __entry->ssthresh, __entry->snd_wnd,
/Linux-v5.4/net/ipv4/
Dtcp_scalable.c41 .ssthresh = tcp_scalable_ssthresh,
Dtcp_dctcp.c220 .ssthresh = dctcp_ssthresh,
231 .ssthresh = tcp_reno_ssthresh,
Dtcp_highspeed.c162 .ssthresh = hstcp_ssthresh,
Dtcp_cong.c75 if (!ca->ssthresh || !ca->undo_cwnd || in tcp_register_congestion_control()
473 .ssthresh = tcp_reno_ssthresh,
Dtcp_hybla.c169 .ssthresh = tcp_reno_ssthresh,
Dtcp_veno.c207 .ssthresh = tcp_veno_ssthresh,
Dtcp_vegas.c310 .ssthresh = tcp_reno_ssthresh,
Dtcp_yeah.c229 .ssthresh = tcp_yeah_ssthresh,
Dtcp_bic.c203 .ssthresh = bictcp_recalc_ssthresh,
Dtcp_lp.c322 .ssthresh = tcp_reno_ssthresh,
Dtcp_westwood.c280 .ssthresh = tcp_reno_ssthresh,
Dtcp_illinois.c330 .ssthresh = tcp_illinois_ssthresh,
Dtcp_htcp.c291 .ssthresh = htcp_recalc_ssthresh,
Dtcp_nv.c473 .ssthresh = tcpnv_recalc_ssthresh,
Dtcp_cdg.c398 .ssthresh = tcp_cdg_ssthresh,
Dtcp_cubic.c460 .ssthresh = bictcp_recalc_ssthresh,
Dtcp_bbr.c1149 .ssthresh = bbr_ssthresh,
/Linux-v5.4/drivers/block/aoe/
Daoe.h148 ushort ssthresh; /* slow start threshold */ member
Daoeblk.c140 seq_printf(s, "\tssthresh:%d\n", (*t)->ssthresh); in aoedisk_debugfs_show()
Daoecmd.c794 t->ssthresh = t->maxout / 2; in rexmit_timer()
1001 if (t->maxout < t->ssthresh) in calc_rttavg()
1610 t->ssthresh = t->nframes / 2; in aoecmd_wreset()
/Linux-v5.4/net/rxrpc/
Dar-internal.h698 u8 ssthresh; member

12