Home
last modified time | relevance | path

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

/linux-6.1.9/tools/bpf/bpftool/
Dmap.c48 const char *map_type_str; in map_type_from_str() local
445 const char *map_type_str; in show_map_header_json() local
537 const char *map_type_str; in show_map_header_plain() local
860 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.1.9/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.c1442 static const char *map_type_str(const struct bpf_map *map) in map_type_str() function