Searched refs:map_check_btf (Results 1 – 15 of 15) sorted by relevance
/linux/kernel/bpf/ |
H A D | bpf_inode_storage.c | 203 .map_check_btf = bpf_local_storage_map_check_btf,
|
H A D | arraymap.c | 795 .map_check_btf = array_map_check_btf, 817 .map_check_btf = array_map_check_btf, 1309 .map_check_btf = map_check_no_btf, 1344 .map_check_btf = map_check_no_btf, 1433 .map_check_btf = map_check_no_btf,
|
H A D | bloom_filter.c | 216 .map_check_btf = bloom_map_check_btf,
|
H A D | bpf_cgrp_storage.c | 216 .map_check_btf = bpf_local_storage_map_check_btf,
|
H A D | bpf_task_storage.c | 331 .map_check_btf = bpf_local_storage_map_check_btf,
|
H A D | local_storage.c | 457 .map_check_btf = cgroup_storage_check_btf,
|
H A D | arena.c | 412 .map_check_btf = arena_map_check_btf,
|
H A D | lpm_trie.c | 786 .map_check_btf = trie_check_btf,
|
H A D | cpumap.c | 706 .map_check_btf = map_check_no_btf,
|
H A D | syscall.c | 115 .map_check_btf = map_check_no_btf, 1216 static int map_check_btf(struct bpf_map *map, struct bpf_token *token, in map_check_btf() function 1230 if (!map->ops->map_check_btf) in map_check_btf() 1324 if (map->ops->map_check_btf) { in map_check_btf() 1325 ret = map->ops->map_check_btf(map, btf, key_type, value_type); in map_check_btf() 1525 err = map_check_btf(map, token, btf, attr->btf_key_type_id, in map_create()
|
H A D | hashtab.c | 2624 .map_check_btf = map_check_no_btf,
|
/linux/net/xdp/ |
H A D | xskmap.c | 277 .map_check_btf = map_check_no_btf,
|
/linux/net/core/ |
H A D | bpf_sk_storage.c | 320 .map_check_btf = bpf_local_storage_map_check_btf,
|
H A D | sock_map.c | 839 .map_check_btf = map_check_no_btf, 1455 .map_check_btf = map_check_no_btf,
|
/linux/include/linux/ |
H A D | bpf.h | 125 int (*map_check_btf)(const struct bpf_map *map, member
|