Searched refs:ssthresh (Results 1 – 25 of 36) sorted by relevance
12
/Linux-v4.19/net/sctp/ |
D | transport.c | 415 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local 425 ssthresh = transport->ssthresh; in sctp_transport_raise_cwnd() 429 if (cwnd <= ssthresh) { in sctp_transport_raise_cwnd() 462 __func__, transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd() 498 transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd() 523 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd() 551 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd() 553 transport->cwnd = transport->ssthresh; in sctp_transport_lower_cwnd() 571 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd() 573 transport->cwnd = transport->ssthresh; in sctp_transport_lower_cwnd() [all …]
|
D | outqueue.c | 545 transport->cwnd, transport->ssthresh, transport->flight_size, in sctp_retransmit_mark() 1750 transport->cwnd, transport->ssthresh, in sctp_mark_missing()
|
/Linux-v4.19/include/trace/events/ |
D | sctp.h | 24 __field(__u32, ssthresh) 36 __entry->ssthresh = sp->ssthresh; 46 __entry->ssthresh, __entry->flight_size,
|
D | tcp.h | 243 __field(__u32, ssthresh) 271 __entry->ssthresh = tcp_current_ssthresh(sk); 279 __entry->snd_cwnd, __entry->ssthresh, __entry->snd_wnd,
|
/Linux-v4.19/net/ipv4/ |
D | tcp_scalable.c | 40 .ssthresh = tcp_scalable_ssthresh,
|
D | tcp_dctcp.c | 282 .ssthresh = dctcp_ssthresh, 293 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_highspeed.c | 161 .ssthresh = hstcp_ssthresh,
|
D | tcp_cong.c | 74 if (!ca->ssthresh || !ca->undo_cwnd || in tcp_register_congestion_control() 472 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_veno.c | 206 .ssthresh = tcp_veno_ssthresh,
|
D | tcp_hybla.c | 168 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_vegas.c | 309 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_yeah.c | 228 .ssthresh = tcp_yeah_ssthresh,
|
D | tcp_bic.c | 202 .ssthresh = bictcp_recalc_ssthresh,
|
D | tcp_lp.c | 321 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_westwood.c | 279 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_illinois.c | 329 .ssthresh = tcp_illinois_ssthresh,
|
D | tcp_htcp.c | 290 .ssthresh = htcp_recalc_ssthresh,
|
D | tcp_nv.c | 472 .ssthresh = tcpnv_recalc_ssthresh,
|
D | tcp_cdg.c | 397 .ssthresh = tcp_cdg_ssthresh,
|
D | tcp_cubic.c | 459 .ssthresh = bictcp_recalc_ssthresh,
|
/Linux-v4.19/drivers/infiniband/hw/nes/ |
D | nes_context.h | 64 __le32 ssthresh; member
|
/Linux-v4.19/drivers/block/aoe/ |
D | aoe.h | 142 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() 1005 if (t->maxout < t->ssthresh) in calc_rttavg() 1612 t->ssthresh = t->nframes / 2; in aoecmd_wreset()
|
/Linux-v4.19/Documentation/networking/ |
D | tcp.txt | 33 mechanism must provide a valid name and must implement either ssthresh,
|
12