Home
last modified time | relevance | path

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

/Linux-v4.19/tools/bpf/bpftool/
Dmap.c89 static bool map_is_map_of_progs(__u32 type) in map_is_map_of_progs() function
430 } else if (map_is_map_of_progs(info->type)) { in parse_elem()
647 if (map_is_map_of_maps(info.type) || map_is_map_of_progs(info.type)) { in do_dump()