Home
last modified time | relevance | path

Searched refs:bpf_map__attach_struct_ops (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dbpf_tcp_ca.c180 link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic); in test_cubic()
203 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_dctcp()
278 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_dctcp_fallback()
344 link = bpf_map__attach_struct_ops(skel->maps.write_sk_pacing); in test_write_sk_pacing()
363 link = bpf_map__attach_struct_ops(skel->maps.incompl_cong_ops); in test_incompl_cong_ops()
398 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()
454 link_nl = bpf_map__attach_struct_ops(skel->maps.ca_no_link); in test_mixed_links()
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()
[all …]
Dbpf_iter_setsockopt.c205 cubic_link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic); in serial_test_bpf_iter_setsockopt()
213 dctcp_link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in serial_test_bpf_iter_setsockopt()
Ddummy_st_ops.c22 link = bpf_map__attach_struct_ops(skel->maps.dummy_1); in test_dummy_st_ops_attach()
/linux-6.6.21/tools/lib/bpf/
Dlibbpf.map127 bpf_map__attach_struct_ops;
Dlibbpf.h805 LIBBPF_API struct bpf_link *bpf_map__attach_struct_ops(const struct bpf_map *map);
Dlibbpf.c12160 struct bpf_link *bpf_map__attach_struct_ops(const struct bpf_map *map) in bpf_map__attach_struct_ops() function
/linux-6.6.21/tools/bpf/bpftool/
Dstruct_ops.c536 link = bpf_map__attach_struct_ops(map); in do_register()