Searched refs:ssthresh (Results 1 – 25 of 34) sorted by relevance
12
/Linux-v5.4/net/sctp/ |
D | transport.c | 401 __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 …]
|
D | outqueue.c | 526 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/ |
D | sctp.h | 24 __field(__u32, ssthresh) 36 __entry->ssthresh = sp->ssthresh; 46 __entry->ssthresh, __entry->flight_size,
|
D | tcp.h | 246 __field(__u32, ssthresh) 274 __entry->ssthresh = tcp_current_ssthresh(sk); 282 __entry->snd_cwnd, __entry->ssthresh, __entry->snd_wnd,
|
/Linux-v5.4/net/ipv4/ |
D | tcp_scalable.c | 41 .ssthresh = tcp_scalable_ssthresh,
|
D | tcp_dctcp.c | 220 .ssthresh = dctcp_ssthresh, 231 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_highspeed.c | 162 .ssthresh = hstcp_ssthresh,
|
D | tcp_cong.c | 75 if (!ca->ssthresh || !ca->undo_cwnd || in tcp_register_congestion_control() 473 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_hybla.c | 169 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_veno.c | 207 .ssthresh = tcp_veno_ssthresh,
|
D | tcp_vegas.c | 310 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_yeah.c | 229 .ssthresh = tcp_yeah_ssthresh,
|
D | tcp_bic.c | 203 .ssthresh = bictcp_recalc_ssthresh,
|
D | tcp_lp.c | 322 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_westwood.c | 280 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_illinois.c | 330 .ssthresh = tcp_illinois_ssthresh,
|
D | tcp_htcp.c | 291 .ssthresh = htcp_recalc_ssthresh,
|
D | tcp_nv.c | 473 .ssthresh = tcpnv_recalc_ssthresh,
|
D | tcp_cdg.c | 398 .ssthresh = tcp_cdg_ssthresh,
|
D | tcp_cubic.c | 460 .ssthresh = bictcp_recalc_ssthresh,
|
D | tcp_bbr.c | 1149 .ssthresh = bbr_ssthresh,
|
/Linux-v5.4/drivers/block/aoe/ |
D | aoe.h | 148 ushort ssthresh; /* slow start threshold */ member
|
D | aoeblk.c | 140 seq_printf(s, "\tssthresh:%d\n", (*t)->ssthresh); in aoedisk_debugfs_show()
|
D | aoecmd.c | 794 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/ |
D | ar-internal.h | 698 u8 ssthresh; member
|
12