Home
last modified time | relevance | path

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

12

/net/sctp/
Dtransport.c390 __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 …]
Dprobe.c168 &sp->ipaddr, sp->state, sp->cwnd, sp->ssthresh, in jsctp_sf_eat_sack()
Doutqueue.c522 transport->cwnd, transport->ssthresh, transport->flight_size, in sctp_retransmit_mark()
1713 transport->cwnd, transport->ssthresh, in sctp_mark_missing()
Dassociola.c690 peer->ssthresh = SCTP_DEFAULT_MAXWINDOW; in sctp_assoc_add_peer()
/net/ipv4/
Dtcp_probe.c72 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()
Dtcp_scalable.c40 .ssthresh = tcp_scalable_ssthresh,
Dtcp_dctcp.c325 .ssthresh = dctcp_ssthresh,
336 .ssthresh = tcp_reno_ssthresh,
Dtcp_highspeed.c162 .ssthresh = hstcp_ssthresh,
Dtcp_cong.c72 if (!ca->ssthresh || !(ca->cong_avoid || ca->cong_control)) { in tcp_register_congestion_control()
446 .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.c214 .ssthresh = bictcp_recalc_ssthresh,
Dtcp_westwood.c279 .ssthresh = tcp_reno_ssthresh,
Dtcp_lp.c320 .ssthresh = tcp_reno_ssthresh,
Dtcp_illinois.c329 .ssthresh = tcp_illinois_ssthresh,
Dtcp_htcp.c291 .ssthresh = htcp_recalc_ssthresh,
Dtcp_nv.c447 .ssthresh = tcpnv_recalc_ssthresh,
Dtcp_cdg.c405 .ssthresh = tcp_cdg_ssthresh,
Dtcp_cubic.c470 .ssthresh = bictcp_recalc_ssthresh,
Dtcp_bbr.c906 .ssthresh = bbr_ssthresh,
Dtcp_input.c1951 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/
Dar-internal.h591 u8 ssthresh; member
Dinput.c75 summary->ssthresh = call->cong_ssthresh; in rxrpc_congestion_management()

12