Home
last modified time | relevance | path

Searched refs:bpf_arg_type (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/include/linux/
Dbpf.h690 enum bpf_arg_type { enum
791 enum bpf_arg_type arg1_type;
792 enum bpf_arg_type arg2_type;
793 enum bpf_arg_type arg3_type;
794 enum bpf_arg_type arg4_type;
795 enum bpf_arg_type arg5_type;
797 enum bpf_arg_type arg_type[5];
Dbpf_verifier.h714 enum bpf_arg_type arg_type);
/linux-6.6.21/kernel/bpf/
Dverifier.c829 static enum bpf_dynptr_type arg_to_dynptr_type(enum bpf_arg_type arg_type) in arg_to_dynptr_type()
895 enum bpf_arg_type arg_type, int insn_idx, int clone_ref_obj_id) in mark_stack_slots_dynptr()
1163 enum bpf_arg_type arg_type) in is_dynptr_type_expected()
7579 enum bpf_arg_type arg_type, int clone_ref_obj_id) in process_dynptr_func()
7960 static bool arg_type_is_mem_size(enum bpf_arg_type type) in arg_type_is_mem_size()
7966 static bool arg_type_is_release(enum bpf_arg_type type) in arg_type_is_release()
7971 static bool arg_type_is_dynptr(enum bpf_arg_type type) in arg_type_is_dynptr()
7976 static int int_ptr_type_to_size(enum bpf_arg_type type) in int_ptr_type_to_size()
7988 enum bpf_arg_type *arg_type) in resolve_map_arg_type()
8134 enum bpf_arg_type arg_type, in check_reg_type()
[all …]
Dbtf.c6803 enum bpf_arg_type arg_type = ARG_DONTCARE; in btf_check_func_arg_match()