Searched refs:bpf_create_map_in_map (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/tools/lib/bpf/ |
D | libbpf.map | 5 bpf_create_map_in_map;
|
D | libbpf_probes.c | 283 fd = bpf_create_map_in_map(map_type, NULL, sizeof(__u32), in bpf_probe_map_type()
|
D | bpf.h | 69 LIBBPF_API int bpf_create_map_in_map(enum bpf_map_type map_type,
|
D | bpf.c | 183 int bpf_create_map_in_map(enum bpf_map_type map_type, const char *name, in bpf_create_map_in_map() function
|
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | btf_map_in_map.c | 40 outer_map_fd = bpf_create_map_in_map(BPF_MAP_TYPE_ARRAY_OF_MAPS, NULL, in kern_sync_rcu()
|
/Linux-v5.10/tools/testing/selftests/bpf/ |
D | test_verifier.c | 487 outer_map_fd = bpf_create_map_in_map(BPF_MAP_TYPE_ARRAY_OF_MAPS, NULL, in create_map_in_map()
|