Home
last modified time | relevance | path

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

/linux-4.4.14/net/sctp/
Dtransport.c385 __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 …]
Dprobe.c168 &sp->ipaddr, sp->state, sp->cwnd, sp->ssthresh, in jsctp_sf_eat_sack()
Doutqueue.c458 transport->cwnd, transport->ssthresh, transport->flight_size, in sctp_retransmit_mark()
1632 transport->cwnd, transport->ssthresh, in sctp_mark_missing()
Dassociola.c686 peer->ssthresh = SCTP_DEFAULT_MAXWINDOW; in sctp_assoc_add_peer()
Dsm_make_chunk.c2417 transport->ssthresh = asoc->peer.i.a_rwnd; in sctp_process_init()
Dsocket.c592 trans->ssthresh = asoc->peer.i.a_rwnd; in sctp_send_asconf_add_ip()
/linux-4.4.14/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.c315 .ssthresh = dctcp_ssthresh,
325 .ssthresh = tcp_reno_ssthresh,
Dtcp_highspeed.c162 .ssthresh = hstcp_ssthresh,
Dtcp_cong.c72 if (!ca->ssthresh || !ca->cong_avoid) { in tcp_register_congestion_control()
448 .ssthresh = tcp_reno_ssthresh,
Dtcp_veno.c205 .ssthresh = tcp_veno_ssthresh,
Dtcp_hybla.c168 .ssthresh = tcp_reno_ssthresh,
Dtcp_yeah.c227 .ssthresh = tcp_yeah_ssthresh,
Dtcp_bic.c214 .ssthresh = bictcp_recalc_ssthresh,
Dtcp_vegas.c309 .ssthresh = tcp_reno_ssthresh,
Dtcp_lp.c318 .ssthresh = tcp_reno_ssthresh,
Dtcp_westwood.c278 .ssthresh = tcp_reno_ssthresh,
Dtcp_illinois.c328 .ssthresh = tcp_illinois_ssthresh,
Dtcp_htcp.c291 .ssthresh = htcp_recalc_ssthresh,
Dtcp_cdg.c405 .ssthresh = tcp_cdg_ssthresh,
Dtcp_cubic.c470 .ssthresh = bictcp_recalc_ssthresh,
Dtcp_input.c1885 tp->snd_ssthresh = icsk->icsk_ca_ops->ssthresh(sk); in tcp_enter_loss()
2468 tp->snd_ssthresh = inet_csk(sk)->icsk_ca_ops->ssthresh(sk); in tcp_init_cwnd_reduction()
/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes_context.h64 __le32 ssthresh; member
Dnes_cm.c2972 nesqp->nesqp_context->ssthresh = cpu_to_le32(0x3FFFC000); in nes_cm_init_tsa_conn()
/linux-4.4.14/drivers/block/aoe/
Daoe.h143 ushort ssthresh; /* slow start threshold */ member
Daoeblk.c140 seq_printf(s, "\tssthresh:%d\n", (*t)->ssthresh); in aoedisk_debugfs_show()
Daoecmd.c814 t->ssthresh = t->maxout / 2; in rexmit_timer()
1065 if (t->maxout < t->ssthresh) in calc_rttavg()
1673 t->ssthresh = t->nframes / 2; in aoecmd_wreset()
/linux-4.4.14/Documentation/networking/
Dtcp.txt32 tcp_register_congestion_control. As a minimum name, ssthresh,
/linux-4.4.14/include/net/sctp/
Dstructs.h821 __u32 ssthresh; member
/linux-4.4.14/include/net/
Dtcp.h860 u32 (*ssthresh)(struct sock *sk); member