Searched refs:ssthresh (Results 1 – 22 of 22) sorted by relevance
/net/sctp/ |
D | transport.c | 385 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local 403 ssthresh = transport->ssthresh; in sctp_transport_raise_cwnd() 407 if (cwnd <= ssthresh) { in sctp_transport_raise_cwnd() 432 __func__, transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd() 458 transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd() 483 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd() 511 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd() 513 transport->cwnd = transport->ssthresh; in sctp_transport_lower_cwnd() 531 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd() 533 transport->cwnd = transport->ssthresh; in sctp_transport_lower_cwnd() [all …]
|
D | probe.c | 168 &sp->ipaddr, sp->state, sp->cwnd, sp->ssthresh, in jsctp_sf_eat_sack()
|
D | outqueue.c | 457 transport->cwnd, transport->ssthresh, transport->flight_size, in sctp_retransmit_mark() 1630 transport->cwnd, transport->ssthresh, in sctp_mark_missing()
|
D | associola.c | 687 peer->ssthresh = SCTP_DEFAULT_MAXWINDOW; in sctp_assoc_add_peer()
|
D | sm_make_chunk.c | 2417 transport->ssthresh = asoc->peer.i.a_rwnd; in sctp_process_init()
|
D | socket.c | 625 trans->ssthresh = asoc->peer.i.a_rwnd; in sctp_send_asconf_add_ip()
|
/net/ipv4/ |
D | tcp_probe.c | 72 u32 ssthresh; member 154 p->ssthresh = tcp_current_ssthresh(sk); in jtcp_rcv_established() 198 p->snd_cwnd, p->ssthresh, p->snd_wnd, p->srtt, p->rcv_wnd); in tcpprobe_sprint()
|
D | tcp_dctcp.c | 308 .ssthresh = dctcp_ssthresh, 318 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_scalable.c | 39 .ssthresh = tcp_scalable_ssthresh,
|
D | tcp_cong.c | 43 if (!ca->ssthresh || !ca->cong_avoid) { in tcp_register_congestion_control() 356 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_highspeed.c | 162 .ssthresh = hstcp_ssthresh,
|
D | tcp_hybla.c | 168 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_veno.c | 205 .ssthresh = tcp_veno_ssthresh,
|
D | tcp_yeah.c | 227 .ssthresh = tcp_yeah_ssthresh,
|
D | tcp_vegas.c | 307 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_bic.c | 214 .ssthresh = bictcp_recalc_ssthresh,
|
D | tcp_westwood.c | 277 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_lp.c | 320 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_illinois.c | 327 .ssthresh = tcp_illinois_ssthresh,
|
D | tcp_htcp.c | 291 .ssthresh = htcp_recalc_ssthresh,
|
D | tcp_cubic.c | 460 .ssthresh = bictcp_recalc_ssthresh,
|
D | tcp_input.c | 1938 tp->snd_ssthresh = icsk->icsk_ca_ops->ssthresh(sk); in tcp_enter_loss() 2506 tp->snd_ssthresh = inet_csk(sk)->icsk_ca_ops->ssthresh(sk); in tcp_init_cwnd_reduction()
|