Home
last modified time | relevance | path

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

/Linux-v4.19/tools/lib/bpf/
Dbpf.h57 int bpf_create_map_in_map(enum bpf_map_type map_type, const char *name,
Dbpf.c175 int bpf_create_map_in_map(enum bpf_map_type map_type, const char *name, in bpf_create_map_in_map() function
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_verifier.c12607 outer_map_fd = bpf_create_map_in_map(BPF_MAP_TYPE_ARRAY_OF_MAPS, NULL, in create_map_in_map()