Searched refs:cubic (Results 1 – 6 of 6) sorted by relevance
14 const char cubic[] = "cubic"; variable19 (void *)cubic, sizeof(cubic)); in BPF_STRUCT_OPS()
72 char cubic[TCP_CA_NAME_MAX] = "cubic"; in set_cc() local79 if (bpf_setsockopt(ctx, SOL_TCP, TCP_CONGESTION, &cubic, sizeof(cubic))) in set_cc()81 if (verify_cc(ctx, cubic)) in set_cc()
533 struct tcp_congestion_ops cubic = { variable
80 105: cubic tcp_congestion_ops86 Unregistered tcp_congestion_ops cubic id 10592 Registered tcp_congestion_ops cubic id 110
205 cubic_link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic); in serial_test_bpf_iter_setsockopt()
180 link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic); in test_cubic()