Searched refs:cubic (Results 1 – 12 of 12) sorted by relevance
14 const char cubic[] = "cubic"; variable19 (void *)cubic, sizeof(cubic)); in BPF_STRUCT_OPS()
71 char cubic[TCP_CA_NAME_MAX] = "cubic"; in set_cc() local78 if (bpf_setsockopt(ctx, SOL_TCP, TCP_CONGESTION, &cubic, sizeof(cubic))) in set_cc()80 if (verify_cc(ctx, cubic)) in set_cc()
530 struct tcp_congestion_ops cubic = { variable
72 105: cubic tcp_congestion_ops78 Unregistered tcp_congestion_ops cubic id 10584 Registered tcp_congestion_ops cubic id 110
190 cubic)191 cc=cubic
205 cubic_link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic); in serial_test_bpf_iter_setsockopt()
178 link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic); in test_cubic()
491 This is version 2.0 of BIC-TCP which uses a cubic growth function493 See http://www.csc.ncsu.edu/faculty/rhee/export/bitcp/cubic-paper.pdf723 default "cubic" if DEFAULT_CUBIC733 default "cubic"
542 control algorithms are using Hybrid Slow Start, they are cubic (the1222 …ts sack cubic wscale:7,7 rto:204 rtt:0.98/0.49 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:10 b…
975 CONFIG_DEFAULT_TCP_CONG="cubic"
Completed in 35 milliseconds