Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c409 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_update_ca()
447 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_update_wrong()
487 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_mixed_links()
511 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_multi_links()
518 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_multi_links()
536 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_link_replace()
549 opts.old_map_fd = bpf_map__fd(skel->maps.ca_update_1); in test_link_replace()
552 bpf_map__fd(skel->maps.ca_update_1), in test_link_replace()
559 bpf_map__fd(skel->maps.ca_update_1), in test_link_replace()
/linux/tools/testing/selftests/bpf/progs/
H A Dtcp_ca_update.c43 struct tcp_congestion_ops ca_update_1 = { variable