Home
last modified time | relevance | path

Searched refs:ca_update_1 (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dbpf_tcp_ca.c398 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_update_ca()
427 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_update_wrong()
457 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_mixed_links()
480 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_multi_links()
487 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_multi_links()
505 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_link_replace()
517 opts.old_map_fd = bpf_map__fd(skel->maps.ca_update_1); in test_link_replace()
520 bpf_map__fd(skel->maps.ca_update_1), in test_link_replace()
527 bpf_map__fd(skel->maps.ca_update_1), in test_link_replace()
/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dtcp_ca_update.c49 struct tcp_congestion_ops ca_update_1 = { variable