Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Darraymap.c665 .map_check_btf = array_map_check_btf,
684 .map_check_btf = array_map_check_btf,
1185 .map_check_btf = map_check_no_btf,
1221 .map_check_btf = map_check_no_btf,
1309 .map_check_btf = map_check_no_btf,
H A Dbpf_inode_storage.c253 .map_check_btf = bpf_local_storage_map_check_btf,
H A Ddevmap.c760 .map_check_btf = map_check_no_btf,
774 .map_check_btf = map_check_no_btf,
H A Dsyscall.c101 .map_check_btf = map_check_no_btf,
759 static int map_check_btf(struct bpf_map *map, const struct btf *btf, in map_check_btf() function
773 if (!map->ops->map_check_btf) in map_check_btf()
801 if (map->ops->map_check_btf) in map_check_btf()
802 ret = map->ops->map_check_btf(map, btf, key_type, value_type); in map_check_btf()
871 err = map_check_btf(map, btf, attr->btf_key_type_id, in map_create()
H A Dlpm_trie.c742 .map_check_btf = trie_check_btf,
H A Dlocal_storage.c462 .map_check_btf = cgroup_storage_check_btf,
H A Dcpumap.c665 .map_check_btf = map_check_no_btf,
H A Dstackmap.c852 .map_check_btf = map_check_no_btf,
H A Dhashtab.c2137 .map_check_btf = map_check_no_btf,
/OK3568_Linux_fs/kernel/net/xdp/
H A Dxskmap.c270 .map_check_btf = map_check_no_btf,
/OK3568_Linux_fs/kernel/net/core/
H A Dbpf_sk_storage.c346 .map_check_btf = bpf_local_storage_map_check_btf,
H A Dsock_map.c848 .map_check_btf = map_check_no_btf,
1469 .map_check_btf = map_check_no_btf,
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h91 int (*map_check_btf)(const struct bpf_map *map, member