Home
last modified time | relevance | path

Searched refs:bpf_create_map_in_map (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/tools/lib/bpf/
Dlibbpf.map5 bpf_create_map_in_map;
Dbpf.h68 LIBBPF_API int bpf_create_map_in_map(enum bpf_map_type map_type,
Dlibbpf_probes.c269 fd = bpf_create_map_in_map(map_type, NULL, sizeof(__u32), in bpf_probe_map_type()
Dbpf.c179 int bpf_create_map_in_map(enum bpf_map_type map_type, const char *name, in bpf_create_map_in_map() function
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_verifier.c484 outer_map_fd = bpf_create_map_in_map(BPF_MAP_TYPE_ARRAY_OF_MAPS, NULL, in create_map_in_map()