Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Darraymap.c818 .map_check_btf = array_map_check_btf,
841 .map_check_btf = array_map_check_btf,
1333 .map_check_btf = map_check_no_btf,
1368 .map_check_btf = map_check_no_btf,
1457 .map_check_btf = map_check_no_btf,
H A Dbloom_filter.c216 .map_check_btf = bloom_map_check_btf,
H A Dlpm_trie.c786 .map_check_btf = trie_check_btf,
H A Dcpumap.c711 .map_check_btf = map_check_no_btf,
H A Dsyscall.c118 .map_check_btf = map_check_no_btf,
1245 static int map_check_btf(struct bpf_map *map, struct bpf_token *token, in map_check_btf() function
1259 if (!map->ops->map_check_btf) in map_check_btf()
1355 if (map->ops->map_check_btf) { in map_check_btf()
1356 ret = map->ops->map_check_btf(map, btf, key_type, value_type); in map_check_btf()
1552 err = map_check_btf(map, token, btf, attr->btf_key_type_id, in map_create()
H A Darena.c522 .map_check_btf = arena_map_check_btf,
/linux/net/xdp/
H A Dxskmap.c277 .map_check_btf = map_check_no_btf,
/linux/net/core/
H A Dbpf_sk_storage.c324 .map_check_btf = bpf_local_storage_map_check_btf,
H A Dsock_map.c839 .map_check_btf = map_check_no_btf,
1455 .map_check_btf = map_check_no_btf,
/linux/include/linux/
H A Dbpf.h127 int (*map_check_btf)(const struct bpf_map *map, member