Home
last modified time | relevance | path

Searched refs:type_id (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dbpf.h918 u32 type_id; member
924 const struct bpf_struct_ops *bpf_struct_ops_find(u32 type_id);
946 static inline const struct bpf_struct_ops *bpf_struct_ops_find(u32 type_id) in bpf_struct_ops_find() argument
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c8638 /* check type_id */ in check_btf_func()
8639 type = btf_type_by_id(btf, krecord[i].type_id); in check_btf_func()
8641 verbose(env, "invalid type id %d in func info", krecord[i].type_id); in check_btf_func()
11866 if (aux->func_info[i].type_id == btf_id) { in bpf_check_attach_target()

Completed in 20 milliseconds