Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dbpf_tcp_ca.c178 link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic); in test_cubic()
199 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_dctcp()
273 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_dctcp_fallback()
Dbpf_iter_setsockopt.c205 cubic_link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic); in test_bpf_iter_setsockopt()
213 dctcp_link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_bpf_iter_setsockopt()
/Linux-v5.15/tools/lib/bpf/
Dlibbpf.map216 bpf_map__attach_struct_ops;
Dlibbpf.h345 LIBBPF_API struct bpf_link *bpf_map__attach_struct_ops(struct bpf_map *map);
Dlibbpf.c9702 struct bpf_link *bpf_map__attach_struct_ops(struct bpf_map *map) in bpf_map__attach_struct_ops() function
/Linux-v5.15/tools/bpf/bpftool/
Dstruct_ops.c518 link = bpf_map__attach_struct_ops(map); in do_register()