Home
last modified time | relevance | path

Searched defs:map_type_str (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/bpf/bpftool/
H A Dmap.c47 const char *map_type_str; in map_type_from_str() local
452 const char *map_type_str; in show_map_header_json() local
543 const char *map_type_str; in show_map_header_plain() local
859 const char *map_type_str; in map_dump() local
H A Dfeature.c618 probe_map_type(enum bpf_map_type map_type, char const *map_type_str, in probe_map_type()
963 const char *map_type_str; in section_map_types() local
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_ktls.c138 const char *map_type_str = BPF_MAP_TYPE_SOCKMAP ? "SOCKMAP" : "SOCKHASH"; in fmt_test_name() local
H A Dlibbpf_str.c132 const char *map_type_str; in test_libbpf_bpf_map_type_str() local
H A Dsockmap_listen.c1220 static const char *map_type_str(const struct bpf_map *map) in map_type_str() function