Searched defs:ssthresh (Results 1 - 2 of 2) sorted by relevance

/net/ipv4/
H A Dtcp_probe.c72 u32 ssthresh; member in struct:tcp_log
154 p->ssthresh = tcp_current_ssthresh(sk);
198 p->snd_cwnd, p->ssthresh, p->snd_wnd, p->srtt, p->rcv_wnd);
/net/sctp/
H A Dtransport.c385 __u32 cwnd, ssthresh, flight_size, pba, pmtu; local
403 ssthresh = transport->ssthresh;
407 if (cwnd <= ssthresh) {
409 * o When cwnd is less than or equal to ssthresh, an SCTP
431 "cwnd:%d, ssthresh:%d, flight_size:%d, pba:%d\n",
432 __func__, transport, bytes_acked, cwnd, ssthresh,
435 /* RFC 2960 7.2.2 Whenever cwnd is greater than ssthresh,
456 "bytes_acked:%d, cwnd:%d, ssthresh:%d, "
458 transport, bytes_acked, cwnd, ssthresh,
[all...]

Completed in 496 milliseconds