Home
last modified time | relevance | path

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

/net/sctp/
A Dtransport.c561 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local
571 ssthresh = transport->ssthresh; in sctp_transport_raise_cwnd()
575 if (cwnd <= ssthresh) { in sctp_transport_raise_cwnd()
644 transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd()
669 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd()
697 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd()
699 transport->cwnd = transport->ssthresh; in sctp_transport_lower_cwnd()
719 transport->cwnd = transport->ssthresh; in sctp_transport_lower_cwnd()
736 transport->ssthresh = transport->cwnd; in sctp_transport_lower_cwnd()
744 transport->ssthresh); in sctp_transport_lower_cwnd()
[all …]
A Doutqueue.c530 transport->cwnd, transport->ssthresh, transport->flight_size, in sctp_retransmit_mark()
1766 transport->cwnd, transport->ssthresh, in sctp_mark_missing()
A Dassociola.c698 peer->ssthresh = SCTP_DEFAULT_MAXWINDOW; in sctp_assoc_add_peer()
A Dsm_make_chunk.c2469 transport->ssthresh = asoc->peer.i.a_rwnd; in sctp_process_init()
A Dsocket.c648 trans->ssthresh = asoc->peer.i.a_rwnd; in sctp_send_asconf_add_ip()
5248 info->sctpi_p_ssthresh = prim->ssthresh; in sctp_get_sctp_info()
/net/ipv4/
A Dtcp_dctcp.c255 .ssthresh = dctcp_ssthresh,
266 .ssthresh = tcp_reno_ssthresh,
A Dtcp_scalable.c42 .ssthresh = tcp_scalable_ssthresh,
A Dtcp_highspeed.c162 .ssthresh = hstcp_ssthresh,
A Dtcp_cong.c80 if (!ca->ssthresh || !ca->undo_cwnd || in tcp_validate_congestion_control()
534 .ssthresh = tcp_reno_ssthresh,
A Dtcp_hybla.c169 .ssthresh = tcp_reno_ssthresh,
A Dtcp_veno.c210 .ssthresh = tcp_veno_ssthresh,
A Dtcp_yeah.c210 .ssthresh = tcp_yeah_ssthresh,
A Dtcp_bic.c204 .ssthresh = bictcp_recalc_ssthresh,
A Dtcp_vegas.c311 .ssthresh = tcp_reno_ssthresh,
A Dtcp_lp.c329 .ssthresh = tcp_reno_ssthresh,
A Dtcp_westwood.c281 .ssthresh = tcp_reno_ssthresh,
A Dtcp_illinois.c332 .ssthresh = tcp_illinois_ssthresh,
A Dbpf_tcp_ca.c312 .ssthresh = bpf_tcp_ca_ssthresh,
A Dtcp_htcp.c291 .ssthresh = htcp_recalc_ssthresh,
A Dtcp_nv.c472 .ssthresh = tcpnv_recalc_ssthresh,
A Dtcp_cdg.c400 .ssthresh = tcp_cdg_ssthresh,
A Dtcp_cubic.c480 .ssthresh = cubictcp_recalc_ssthresh,
A Dtcp_bbr.c1152 .ssthresh = bbr_ssthresh,
A Dtcp_input.c2192 tp->snd_ssthresh = icsk->icsk_ca_ops->ssthresh(sk); in tcp_enter_loss()
2603 tp->snd_ssthresh = inet_csk(sk)->icsk_ca_ops->ssthresh(sk); in tcp_init_cwnd_reduction()
/net/tipc/
A Dlink.c192 u16 ssthresh; member
1117 l->ssthresh = max_t(u16, l->window / 2, 300); in tipc_link_update_cwin()
1118 l->window = min_t(u16, l->ssthresh, l->window); in tipc_link_update_cwin()
1123 l->ssthresh = max_t(u16, l->window / 2, 300); in tipc_link_update_cwin()
1138 if (cwin <= l->ssthresh) { in tipc_link_update_cwin()
2537 l->ssthresh = max_win; in tipc_link_set_queue_limits()

Completed in 78 milliseconds