Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dbpf_tcp_ca.c179 link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic); in test_cubic()
200 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_dctcp()
275 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_dctcp_fallback()
341 link = bpf_map__attach_struct_ops(skel->maps.write_sk_pacing); in test_write_sk_pacing()
360 link = bpf_map__attach_struct_ops(skel->maps.incompl_cong_ops); in test_incompl_cong_ops()
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.c21 link = bpf_map__attach_struct_ops(skel->maps.dummy_1); in test_dummy_st_ops_attach()
/Linux-v6.1/tools/lib/bpf/
Dlibbpf.map127 bpf_map__attach_struct_ops;
Dlibbpf.h653 LIBBPF_API struct bpf_link *bpf_map__attach_struct_ops(const struct bpf_map *map);
Dlibbpf.c11405 struct bpf_link *bpf_map__attach_struct_ops(const struct bpf_map *map) in bpf_map__attach_struct_ops() function
/Linux-v6.1/tools/bpf/bpftool/
Dstruct_ops.c515 link = bpf_map__attach_struct_ops(map); in do_register()