Home
last modified time | relevance | path

Searched full:reno (Results 1 – 17 of 17) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dconnect4_prog.c37 const char reno[] = "reno";
71 if (bpf_setsockopt(ctx, SOL_TCP, TCP_CONGESTION, (void *)reno, sizeof(reno))) in set_cc()
73 if (verify_cc(ctx, reno)) in set_cc() local
H A Dsockopt_qos_to_cc.c9 const char cc_reno[TCP_CA_NAME_MAX] = "reno";
H A Dsetget_sockopt.c35 static const char reno_cc[] = "reno";
/linux/net/ipv4/
H A DKconfig475 selection will be made (CUBIC with new Reno as a fallback).
507 TCP Westwood+ is a sender-side only modification of the TCP Reno
514 TCP Westwood+ significantly increases fairness wrt TCP Reno in
521 H-TCP is a send-side only modifications of the TCP Reno
524 modeswitch to change the alpha and beta parameters of TCP Reno
526 other Reno and H-TCP flows.
555 not as aggressive as TCP Reno.
610 internal, RTT and Reno fairness, resilience to link loss while
620 TCP-Illinois is a sender-side modification of TCP Reno for
719 bool "Reno"
[all …]
H A Dtcp_bic.c14 * this behaves the same as the original Reno.
158 * behave like Reno until low_window is reached,
H A Dtcp_westwood.c14 * "Performance evaluation of New Reno, Vegas, Westwood+ TCP" ACM Computer
22 * ssthresh after packet loss. The probing phase is as the original Reno.
H A Dtcp_illinois.c130 * If small window then use 1.0, equivalent to Reno.
186 * For small window sizes returns same value as Reno (0.5)
H A Dtcp_nv.c66 static int nv_cwnd_growth_rate_pos __read_mostly; /* 0 => fixed like Reno */
226 /* Reset cwnd growth factor to Reno value */ in tcpnv_state()
H A Dtcp_input.c1377 * A'. Reno "three dupacks" marks head of queue lost.
2468 /* Account for ACK, ACKing some data in Reno Recovery phase. */
2688 * is lost (classic Reno). While we are in Recovery and
2883 * is ACKed. For Reno it is MUST to prevent false in tcp_is_non_sack_preventing_reopen()
3256 /* A Reno DUPACK means new data in F-RTO step 2.b above are in tcp_process_loss()
H A Dtcp_ipv4.c3515 /* Reno is always built in */
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockopt_qos_to_cc.c25 if (!ASSERT_STREQ(cc, "reno", "getsockopt(sock_fd, TCP_CONGESTION)")) in run_setsockopt_test()
/linux/include/uapi/linux/
H A Dresource.h13 * Definition of struct rusage taken from BSD 4.3 Reno
/linux/net/sctp/
H A Ddiag.c210 if (nla_put_string(skb, INET_DIAG_CONG, "reno") < 0) in inet_sctp_diag_fill()
/linux/net/dccp/ccids/lib/
H A Dtfrc_equation.c
/linux/drivers/scsi/
H A Dscsi_devinfo.c74 {"MEDIAVIS", "RENO CD-ROMX2A", "2.03", BLIST_NOLUN}, /* responds to all lun */
/linux/Documentation/networking/
H A Dsnmp_counter.rst573 'Reno'.
/linux/include/net/
H A Dtcp.h1322 * (Reno/CUBIC-style) response to packet loss, RFC3168 ECN,