Searched full:reno (Results 1 – 17 of 17) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | connect4_prog.c | 37 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 D | sockopt_qos_to_cc.c | 9 const char cc_reno[TCP_CA_NAME_MAX] = "reno";
|
| H A D | setget_sockopt.c | 35 static const char reno_cc[] = "reno";
|
| /linux/net/ipv4/ |
| H A D | Kconfig | 475 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 D | tcp_bic.c | 14 * this behaves the same as the original Reno. 158 * behave like Reno until low_window is reached,
|
| H A D | tcp_westwood.c | 14 * "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 D | tcp_illinois.c | 130 * If small window then use 1.0, equivalent to Reno. 186 * For small window sizes returns same value as Reno (0.5)
|
| H A D | tcp_nv.c | 66 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 D | tcp_input.c | 1377 * 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 D | tcp_ipv4.c | 3515 /* Reno is always built in */
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockopt_qos_to_cc.c | 25 if (!ASSERT_STREQ(cc, "reno", "getsockopt(sock_fd, TCP_CONGESTION)")) in run_setsockopt_test()
|
| /linux/include/uapi/linux/ |
| H A D | resource.h | 13 * Definition of struct rusage taken from BSD 4.3 Reno
|
| /linux/net/sctp/ |
| H A D | diag.c | 210 if (nla_put_string(skb, INET_DIAG_CONG, "reno") < 0) in inet_sctp_diag_fill()
|
| /linux/net/dccp/ccids/lib/ |
| H A D | tfrc_equation.c | |
| /linux/drivers/scsi/ |
| H A D | scsi_devinfo.c | 74 {"MEDIAVIS", "RENO CD-ROMX2A", "2.03", BLIST_NOLUN}, /* responds to all lun */
|
| /linux/Documentation/networking/ |
| H A D | snmp_counter.rst | 573 'Reno'.
|
| /linux/include/net/ |
| H A D | tcp.h | 1322 * (Reno/CUBIC-style) response to packet loss, RFC3168 ECN,
|