Searched refs:ssthresh (Results 1 – 25 of 27) sorted by relevance
12
/net/sctp/ |
D | transport.c | 390 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local 408 ssthresh = transport->ssthresh; in sctp_transport_raise_cwnd() 412 if (cwnd <= ssthresh) { in sctp_transport_raise_cwnd() 437 __func__, transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd() 463 transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd() 488 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd() 516 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd() 518 transport->cwnd = transport->ssthresh; in sctp_transport_lower_cwnd() 536 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd() 538 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 | 522 transport->cwnd, transport->ssthresh, transport->flight_size, in sctp_retransmit_mark() 1713 transport->cwnd, transport->ssthresh, in sctp_mark_missing()
|
D | associola.c | 690 peer->ssthresh = SCTP_DEFAULT_MAXWINDOW; in sctp_assoc_add_peer()
|
/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_scalable.c | 40 .ssthresh = tcp_scalable_ssthresh,
|
D | tcp_dctcp.c | 325 .ssthresh = dctcp_ssthresh, 336 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_highspeed.c | 162 .ssthresh = hstcp_ssthresh,
|
D | tcp_cong.c | 72 if (!ca->ssthresh || !(ca->cong_avoid || ca->cong_control)) { in tcp_register_congestion_control() 446 .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 | 214 .ssthresh = bictcp_recalc_ssthresh,
|
D | tcp_westwood.c | 279 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_lp.c | 320 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_illinois.c | 329 .ssthresh = tcp_illinois_ssthresh,
|
D | tcp_htcp.c | 291 .ssthresh = htcp_recalc_ssthresh,
|
D | tcp_nv.c | 447 .ssthresh = tcpnv_recalc_ssthresh,
|
D | tcp_cdg.c | 405 .ssthresh = tcp_cdg_ssthresh,
|
D | tcp_cubic.c | 470 .ssthresh = bictcp_recalc_ssthresh,
|
D | tcp_bbr.c | 906 .ssthresh = bbr_ssthresh,
|
D | tcp_input.c | 1951 tp->snd_ssthresh = icsk->icsk_ca_ops->ssthresh(sk); in tcp_enter_loss() 2530 tp->snd_ssthresh = inet_csk(sk)->icsk_ca_ops->ssthresh(sk); in tcp_init_cwnd_reduction()
|
/net/rxrpc/ |
D | ar-internal.h | 591 u8 ssthresh; member
|
D | input.c | 75 summary->ssthresh = call->cong_ssthresh; in rxrpc_congestion_management()
|
12