Home
last modified time | relevance | path

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

/kernel/bpf/
Darraymap.c762 .map_check_btf = array_map_check_btf,
783 .map_check_btf = array_map_check_btf,
1253 .map_check_btf = map_check_no_btf,
1288 .map_check_btf = map_check_no_btf,
1377 .map_check_btf = map_check_no_btf,
Dbpf_inode_storage.c211 .map_check_btf = bpf_local_storage_map_check_btf,
Dbpf_cgrp_storage.c216 .map_check_btf = bpf_local_storage_map_check_btf,
Dbloom_filter.c216 .map_check_btf = bloom_map_check_btf,
Dbpf_task_storage.c330 .map_check_btf = bpf_local_storage_map_check_btf,
Ddevmap.c1042 .map_check_btf = map_check_no_btf,
1056 .map_check_btf = map_check_no_btf,
Dlocal_storage.c464 .map_check_btf = cgroup_storage_check_btf,
Dlpm_trie.c750 .map_check_btf = trie_check_btf,
Dcpumap.c662 .map_check_btf = map_check_no_btf,
Dsyscall.c112 .map_check_btf = map_check_no_btf,
1013 static int map_check_btf(struct bpf_map *map, const struct btf *btf, in map_check_btf() function
1027 if (!map->ops->map_check_btf) in map_check_btf()
1112 if (map->ops->map_check_btf) { in map_check_btf()
1113 ret = map->ops->map_check_btf(map, btf, key_type, value_type); in map_check_btf()
1274 err = map_check_btf(map, btf, attr->btf_key_type_id, in map_create()
Dstackmap.c688 .map_check_btf = map_check_no_btf,
Dhashtab.c2601 .map_check_btf = map_check_no_btf,