Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf.h706 enum bpf_arg_type { enum
805 enum bpf_arg_type arg1_type;
806 enum bpf_arg_type arg2_type;
807 enum bpf_arg_type arg3_type;
808 enum bpf_arg_type arg4_type;
809 enum bpf_arg_type arg5_type;
811 enum bpf_arg_type arg_type[5];
H A Dbpf_verifier.h714 enum bpf_arg_type arg_type);
/openbmc/linux/kernel/bpf/
H A 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()
7598 enum bpf_arg_type arg_type, int clone_ref_obj_id) in process_dynptr_func()
7986 static bool arg_type_is_mem_size(enum bpf_arg_type type) in arg_type_is_mem_size()
7992 static bool arg_type_is_raw_mem(enum bpf_arg_type type) in arg_type_is_raw_mem()
7998 static bool arg_type_is_release(enum bpf_arg_type type) in arg_type_is_release()
8003 static bool arg_type_is_dynptr(enum bpf_arg_type type) in arg_type_is_dynptr()
8010 enum bpf_arg_type *arg_type) in resolve_map_arg_type()
8144 enum bpf_arg_type arg_type, in check_reg_type()
[all …]
H A Dbtf.c6809 enum bpf_arg_type arg_type = ARG_DONTCARE; in btf_check_func_arg_match()