Home
last modified time | relevance | path

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

12

/Linux-v4.19/net/sctp/
Dtransport.c415 __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 …]
Doutqueue.c545 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/
Dsctp.h24 __field(__u32, ssthresh)
36 __entry->ssthresh = sp->ssthresh;
46 __entry->ssthresh, __entry->flight_size,
Dtcp.h243 __field(__u32, ssthresh)
271 __entry->ssthresh = tcp_current_ssthresh(sk);
279 __entry->snd_cwnd, __entry->ssthresh, __entry->snd_wnd,
/Linux-v4.19/net/ipv4/
Dtcp_scalable.c40 .ssthresh = tcp_scalable_ssthresh,
Dtcp_dctcp.c282 .ssthresh = dctcp_ssthresh,
293 .ssthresh = tcp_reno_ssthresh,
Dtcp_highspeed.c161 .ssthresh = hstcp_ssthresh,
Dtcp_cong.c74 if (!ca->ssthresh || !ca->undo_cwnd || in tcp_register_congestion_control()
472 .ssthresh = tcp_reno_ssthresh,
Dtcp_veno.c206 .ssthresh = tcp_veno_ssthresh,
Dtcp_hybla.c168 .ssthresh = tcp_reno_ssthresh,
Dtcp_vegas.c309 .ssthresh = tcp_reno_ssthresh,
Dtcp_yeah.c228 .ssthresh = tcp_yeah_ssthresh,
Dtcp_bic.c202 .ssthresh = bictcp_recalc_ssthresh,
Dtcp_lp.c321 .ssthresh = tcp_reno_ssthresh,
Dtcp_westwood.c279 .ssthresh = tcp_reno_ssthresh,
Dtcp_illinois.c329 .ssthresh = tcp_illinois_ssthresh,
Dtcp_htcp.c290 .ssthresh = htcp_recalc_ssthresh,
Dtcp_nv.c472 .ssthresh = tcpnv_recalc_ssthresh,
Dtcp_cdg.c397 .ssthresh = tcp_cdg_ssthresh,
Dtcp_cubic.c459 .ssthresh = bictcp_recalc_ssthresh,
/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_context.h64 __le32 ssthresh; member
/Linux-v4.19/drivers/block/aoe/
Daoe.h142 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()
1005 if (t->maxout < t->ssthresh) in calc_rttavg()
1612 t->ssthresh = t->nframes / 2; in aoecmd_wreset()
/Linux-v4.19/Documentation/networking/
Dtcp.txt33 mechanism must provide a valid name and must implement either ssthresh,

12