Searched refs:map_check_btf (Results 1 - 17 of 17) sorted by relevance

/linux-master/kernel/bpf/
H A Dbpf_inode_storage.c211 .map_check_btf = bpf_local_storage_map_check_btf,
H A Dbpf_cgrp_storage.c216 .map_check_btf = bpf_local_storage_map_check_btf,
H A Dbloom_filter.c216 .map_check_btf = bloom_map_check_btf,
H A 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,
H A Dbpf_task_storage.c330 .map_check_btf = bpf_local_storage_map_check_btf,
H A Ddevmap.c1052 .map_check_btf = map_check_no_btf,
1066 .map_check_btf = map_check_no_btf,
H A Dlocal_storage.c464 .map_check_btf = cgroup_storage_check_btf,
H A Dstackmap.c688 .map_check_btf = map_check_no_btf,
H A Dlpm_trie.c745 .map_check_btf = trie_check_btf,
H A Dcpumap.c664 .map_check_btf = map_check_no_btf,
H A Darena.c392 .map_check_btf = arena_map_check_btf,
H A Dsyscall.c111 .map_check_btf = map_check_no_btf,
1064 static int map_check_btf(struct bpf_map *map, struct bpf_token *token, function
1078 if (!map->ops->map_check_btf)
1164 if (map->ops->map_check_btf) {
1165 ret = map->ops->map_check_btf(map, btf, key_type, value_type);
1361 err = map_check_btf(map, token, btf, attr->btf_key_type_id,
H A Dhashtab.c2608 .map_check_btf = map_check_no_btf,
/linux-master/net/xdp/
H A Dxskmap.c277 .map_check_btf = map_check_no_btf,
/linux-master/net/core/
H A Dsock_map.c829 .map_check_btf = map_check_no_btf,
1443 .map_check_btf = map_check_no_btf,
H A Dbpf_sk_storage.c317 .map_check_btf = bpf_local_storage_map_check_btf,
/linux-master/include/linux/
H A Dbpf.h124 int (*map_check_btf)(const struct bpf_map *map, member in struct:bpf_map_ops

Completed in 219 milliseconds