/linux-4.1.27/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 | 686 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 | 592 trans->ssthresh = asoc->peer.i.a_rwnd; in sctp_send_asconf_add_ip()
|
/linux-4.1.27/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 | 309 .ssthresh = dctcp_ssthresh, 319 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_highspeed.c | 162 .ssthresh = hstcp_ssthresh,
|
D | tcp_cong.c | 72 if (!ca->ssthresh || !ca->cong_avoid) { in tcp_register_congestion_control() 439 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_hybla.c | 168 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_veno.c | 205 .ssthresh = tcp_veno_ssthresh,
|
D | tcp_bic.c | 214 .ssthresh = bictcp_recalc_ssthresh,
|
D | tcp_vegas.c | 309 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_yeah.c | 227 .ssthresh = tcp_yeah_ssthresh,
|
D | tcp_westwood.c | 278 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_lp.c | 318 .ssthresh = tcp_reno_ssthresh,
|
D | tcp_illinois.c | 328 .ssthresh = tcp_illinois_ssthresh,
|
D | tcp_htcp.c | 291 .ssthresh = htcp_recalc_ssthresh,
|
D | tcp_cubic.c | 470 .ssthresh = bictcp_recalc_ssthresh,
|
D | tcp_input.c | 1936 tp->snd_ssthresh = icsk->icsk_ca_ops->ssthresh(sk); in tcp_enter_loss() 2505 tp->snd_ssthresh = inet_csk(sk)->icsk_ca_ops->ssthresh(sk); in tcp_init_cwnd_reduction()
|
/linux-4.1.27/drivers/infiniband/hw/nes/ |
D | nes_context.h | 64 __le32 ssthresh; member
|
D | nes_cm.c | 2966 nesqp->nesqp_context->ssthresh = cpu_to_le32(0x3FFFC000); in nes_cm_init_tsa_conn()
|
/linux-4.1.27/drivers/block/aoe/ |
D | aoe.h | 143 ushort ssthresh; /* slow start threshold */ member
|
D | aoeblk.c | 140 seq_printf(s, "\tssthresh:%d\n", (*t)->ssthresh); in aoedisk_debugfs_show()
|
D | aoecmd.c | 814 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.1.27/Documentation/networking/ |
D | tcp.txt | 32 tcp_register_congestion_control. As a minimum name, ssthresh,
|
/linux-4.1.27/include/net/sctp/ |
D | structs.h | 821 __u32 ssthresh; member
|
/linux-4.1.27/include/net/ |
D | tcp.h | 820 u32 (*ssthresh)(struct sock *sk); member
|