Searched refs:map_check_btf (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | syscall.c | 97 .map_check_btf = map_check_no_btf, 746 static int map_check_btf(struct bpf_map *map, const struct btf *btf, u32 btf_key_id, u32 btf_value_id) in map_check_btf() function 760 if (!map->ops->map_check_btf) { in map_check_btf() 787 if (map->ops->map_check_btf) { in map_check_btf() 788 ret = map->ops->map_check_btf(map, btf, key_type, value_type); in map_check_btf() 860 err = map_check_btf(map, btf, attr->btf_key_type_id, attr->btf_value_type_id); in map_create()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | bpf.h | 84 int (*map_check_btf)(const struct bpf_map *map, const struct btf *btf, const struct btf_type *key_type, member
|
Completed in 11 milliseconds