Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_inode_storage.c207 .map_check_btf = bpf_local_storage_map_check_btf,
H A Dbloom_filter.c215 .map_check_btf = bloom_map_check_btf,
H A Darraymap.c874 .map_check_btf = array_map_check_btf,
899 .map_check_btf = array_map_check_btf,
1393 .map_check_btf = map_check_no_btf,
1428 .map_check_btf = map_check_no_btf,
1517 .map_check_btf = map_check_no_btf,
H A Dbpf_insn_array.c144 .map_check_btf = insn_array_check_btf,
H A Dhashtab.c2372 .map_check_btf = htab_map_check_btf,
2395 .map_check_btf = htab_map_check_btf,
2575 .map_check_btf = htab_map_check_btf,
2596 .map_check_btf = htab_map_check_btf,
2739 .map_check_btf = map_check_no_btf,
3520 .map_check_btf = rhtab_map_check_btf,
H A Dlocal_storage.c468 .map_check_btf = cgroup_storage_check_btf,
H A Dcpumap.c717 .map_check_btf = map_check_no_btf,
H A Dsyscall.c118 .map_check_btf = map_check_no_btf,
1255 static int map_check_btf(struct bpf_map *map, struct bpf_token *token, in map_check_btf() function
1269 if (!map->ops->map_check_btf) in map_check_btf()
1368 if (map->ops->map_check_btf) { in map_check_btf()
1369 ret = map->ops->map_check_btf(map, btf, key_type, value_type); in map_check_btf()
1582 err = map_check_btf(map, token, btf, attr->btf_key_type_id, in map_create_alloc()
H A Darena.c654 .map_check_btf = arena_map_check_btf,
H A Dstackmap.c1150 .map_check_btf = map_check_no_btf,
/linux/net/xdp/
H A Dxskmap.c281 .map_check_btf = map_check_no_btf,
/linux/net/core/
H A Dbpf_sk_storage.c321 .map_check_btf = bpf_local_storage_map_check_btf,
H A Dsock_map.c841 .map_check_btf = map_check_no_btf,
1457 .map_check_btf = map_check_no_btf,
/linux/include/linux/
H A Dbpf.h131 int (*map_check_btf)(struct bpf_map *map, member