Home
last modified time | relevance | path

Searched defs:btf (Results 1 – 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
Dsyscall.c740 int map_check_no_btf(const struct bpf_map *map, const struct btf *btf, const struct btf_type *key_t… in 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_… in map_check_btf()
850 struct btf *btf; in map_create() local
3793 static int bpf_btf_get_info_by_fd(struct file *file, struct btf *btf, const union bpf_attr *attr, in bpf_btf_get_info_by_fd()
Dverifier.c8560 const struct btf *btf; in check_btf_func() local
8701 const struct btf *btf; in check_btf_line() local
8814 struct btf *btf; in check_btf_info() local
11840 struct btf *btf; in bpf_check_attach_target() local
/device/soc/rockchip/common/sdk_linux/include/linux/
Dbpf.h146 struct btf *btf; member
825 struct btf *btf; member
950 static inline void bpf_struct_ops_init(struct btf *btf, struct bpf_verifier_log *log) in bpf_struct_ops_init()