Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/net/sctp/
H A Dtransport.c401 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local
411 ssthresh = transport->ssthresh; in sctp_transport_raise_cwnd()
415 if (cwnd <= ssthresh) { in sctp_transport_raise_cwnd()
417 * o When cwnd is less than or equal to ssthresh, an SCTP in sctp_transport_raise_cwnd()
447 "cwnd:%d, ssthresh:%d, flight_size:%d, pba:%d\n", in sctp_transport_raise_cwnd()
448 __func__, transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd()
451 /* RFC 2960 7.2.2 Whenever cwnd is greater than ssthresh, in sctp_transport_raise_cwnd()
482 "bytes_acked:%d, cwnd:%d, ssthresh:%d, " in sctp_transport_raise_cwnd()
484 transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtcp_ca_update.c52 .ssthresh = (void *)ca_update_ssthresh,
61 .ssthresh = (void *)ca_update_ssthresh,
69 .ssthresh = (void *)ca_update_ssthresh,
77 .ssthresh = (void *)ca_update_ssthresh,
H A Dtcp_ca_incompl_cong_ops.c32 .ssthresh = (void *)incompl_cong_ops_ssthresh,
H A Dtcp_ca_write_sk_pacing.c68 .ssthresh = (void *)write_sk_pacing_ssthresh,
/kernel/linux/linux-5.10/include/trace/events/
H A Dsctp.h24 __field(__u32, ssthresh)
36 __entry->ssthresh = sp->ssthresh;
42 TP_printk("asoc=%#llx%s ipaddr=%pISpc state=%u cwnd=%u ssthresh=%u "
46 __entry->ssthresh, __entry->flight_size,
H A Dtcp.h246 __field(__u32, ssthresh)
274 __entry->ssthresh = tcp_current_ssthresh(sk);
279 TP_printk("src=%pISpc dest=%pISpc mark=%#x data_len=%d snd_nxt=%#x snd_una=%#x snd_cwnd=%u ssthresh=%u snd_wnd=%u srtt=%u rcv_wnd=%u sock_cookie=%llx",
282 __entry->snd_cwnd, __entry->ssthresh, __entry->snd_wnd,
/kernel/linux/linux-6.6/include/trace/events/
H A Dsctp.h24 __field(__u32, ssthresh)
36 __entry->ssthresh = sp->ssthresh;
42 TP_printk("asoc=%#llx%s ipaddr=%pISpc state=%u cwnd=%u ssthresh=%u "
46 __entry->ssthresh, __entry->flight_size,
H A Dtcp.h256 __field(__u32, ssthresh)
285 __entry->ssthresh = tcp_current_ssthresh(sk);
290 TP_printk("family=%s src=%pISpc dest=%pISpc mark=%#x data_len=%d snd_nxt=%#x snd_una=%#x snd_cwnd=%u ssthresh=%u snd_wnd=%u srtt=%u rcv_wnd=%u sock_cookie=%llx",
294 __entry->snd_cwnd, __entry->ssthresh, __entry->snd_wnd,
/kernel/linux/linux-6.6/net/sctp/
H A Dtransport.c559 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local
569 ssthresh = transport->ssthresh; in sctp_transport_raise_cwnd()
573 if (cwnd <= ssthresh) { in sctp_transport_raise_cwnd()
575 * o When cwnd is less than or equal to ssthresh, an SCTP in sctp_transport_raise_cwnd()
605 "cwnd:%d, ssthresh:%d, flight_size:%d, pba:%d\n", in sctp_transport_raise_cwnd()
606 __func__, transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd()
609 /* RFC 2960 7.2.2 Whenever cwnd is greater than ssthresh, in sctp_transport_raise_cwnd()
640 "bytes_acked:%d, cwnd:%d, ssthresh:%d, " in sctp_transport_raise_cwnd()
642 transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd()
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_scalable.c42 .ssthresh = tcp_scalable_ssthresh,
H A Dtcp_dctcp.c220 .ssthresh = dctcp_ssthresh,
231 .ssthresh = tcp_reno_ssthresh,
H A Dtcp_highspeed.c162 .ssthresh = hstcp_ssthresh,
H A Dtcp_yeah.c210 .ssthresh = tcp_yeah_ssthresh,
H A Dtcp_veno.c210 .ssthresh = tcp_veno_ssthresh,
H A Dtcp_bic.c204 .ssthresh = bictcp_recalc_ssthresh,
H A Dtcp_hybla.c160 /* clamp down slowstart cwnd to ssthresh value. */ in hybla_cong_avoid()
169 .ssthresh = tcp_reno_ssthresh,
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_scalable.c42 .ssthresh = tcp_scalable_ssthresh,
H A Dtcp_dctcp.c244 .ssthresh = dctcp_ssthresh,
255 .ssthresh = tcp_reno_ssthresh,
H A Dtcp_highspeed.c162 .ssthresh = hstcp_ssthresh,
H A Dtcp_veno.c210 .ssthresh = tcp_veno_ssthresh,
H A Dtcp_bic.c204 .ssthresh = bictcp_recalc_ssthresh,
H A Dtcp_yeah.c210 .ssthresh = tcp_yeah_ssthresh,
H A Dtcp_hybla.c160 /* clamp down slowstart cwnd to ssthresh value. */ in hybla_cong_avoid()
169 .ssthresh = tcp_reno_ssthresh,
/kernel/linux/linux-5.10/drivers/block/aoe/
H A Daoe.h148 ushort ssthresh; /* slow start threshold */ member
/kernel/linux/linux-6.6/drivers/block/aoe/
H A Daoe.h148 ushort ssthresh; /* slow start threshold */ member

Completed in 10 milliseconds

1234