Home
last modified time | relevance | path

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

/linux-6.6.21/tools/bpf/bpftool/
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
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
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dsockmap_ktls.c138 const char *map_type_str = BPF_MAP_TYPE_SOCKMAP ? "SOCKMAP" : "SOCKHASH"; in fmt_test_name() local
Dlibbpf_str.c132 const char *map_type_str; in test_libbpf_bpf_map_type_str() local
Dsockmap_listen.c1220 static const char *map_type_str(const struct bpf_map *map) in map_type_str() function