Searched refs:attach_btf_id (Results 1 - 3 of 3) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | syscall.c | 2193 if (bpf_prog_load_check_attach(type, attr->expected_attach_type, attr->attach_btf_id, attr->attach_prog_fd)) { in bpf_prog_load() 2204 prog->aux->attach_btf_id = attr->attach_btf_id; in bpf_prog_load()
|
H A D | verifier.c | 8226 if (!env->prog->aux->attach_btf_id) {
in check_return_code() 11754 btf_id = prog->aux->attach_btf_id;
in check_struct_ops_btf_id() 11757 verbose(env, "attach_btf_id %u is not a supported struct\n", btf_id);
in check_struct_ops_btf_id() 11854 bpf_log(log, "attach_btf_id %u is invalid\n", btf_id);
in bpf_check_attach_target() 11859 bpf_log(log, "attach_btf_id %u doesn't have a name\n", btf_id);
in bpf_check_attach_target() 11932 bpf_log(log, "attach_btf_id %u is not a typedef\n", btf_id);
in bpf_check_attach_target() 11936 bpf_log(log, "attach_btf_id %u points to wrong type name %s\n", btf_id, tname);
in bpf_check_attach_target() 11954 bpf_log(log, "attach_btf_id %u is not a function\n", btf_id);
in bpf_check_attach_target() 11976 bpf_log(log, "attach_btf_id %u is not a function\n", btf_id);
in bpf_check_attach_target() 12067 u32 btf_id = prog->aux->attach_btf_id;
in check_attach_btf_id() [all...] |
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | bpf.h | 787 u32 attach_btf_id; /* in-kernel BTF type id to attach to */ member 804 /* BTF_KIND_FUNC_PROTO for valid attach_btf_id */ 806 /* function name for valid attach_btf_id */
|
Completed in 27 milliseconds