Home
last modified time | relevance | path

Searched refs:arg_btf_id (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dbpf_struct_ops.c213 u32 arg_btf_id; in prepare_arg_info() local
253 &arg_btf_id); in prepare_arg_info()
277 info->btf_id = arg_btf_id; in prepare_arg_info()
H A Dverifier.c323 u32 arg_btf_id; member
8807 const u32 *arg_btf_id, in check_reg_type() argument
8897 if (!arg_btf_id) { in check_reg_type()
8902 arg_btf_id = compatible->btf_id; in check_reg_type()
8909 if (arg_btf_id == BPF_PTR_POISON) { in check_reg_type()
8917 btf_vmlinux, *arg_btf_id, in check_reg_type()
8921 btf_type_name(btf_vmlinux, *arg_btf_id)); in check_reg_type()
9226 u32 *arg_btf_id = NULL; in check_func_arg() local
9267 arg_btf_id = fn->arg_btf_id[arg]; in check_func_arg()
9269 err = check_reg_type(env, regno, arg_type, arg_btf_id, meta); in check_func_arg()
[all …]
/linux/include/linux/
H A Dbpf.h872 u32 *arg_btf_id[5]; member