Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h750 enum bpf_arg_type { enum
856 enum bpf_arg_type arg1_type;
857 enum bpf_arg_type arg2_type;
858 enum bpf_arg_type arg3_type;
859 enum bpf_arg_type arg4_type;
860 enum bpf_arg_type arg5_type;
862 enum bpf_arg_type arg_type[5];
H A Dbpf_verifier.h635 enum bpf_arg_type arg_type;
/linux/kernel/bpf/
H A Dverifier.c651 static enum bpf_dynptr_type arg_to_dynptr_type(enum bpf_arg_type arg_type) in arg_to_dynptr_type()
717 enum bpf_arg_type arg_type, int insn_idx, int clone_ref_obj_id) in mark_stack_slots_dynptr()
985 enum bpf_arg_type arg_type) in is_dynptr_type_expected()
8220 enum bpf_arg_type arg_type, int clone_ref_obj_id) in process_dynptr_func()
8642 static bool arg_type_is_mem_size(enum bpf_arg_type type) in arg_type_is_mem_size()
8648 static bool arg_type_is_raw_mem(enum bpf_arg_type type) in arg_type_is_raw_mem()
8654 static bool arg_type_is_release(enum bpf_arg_type type) in arg_type_is_release()
8659 static bool arg_type_is_dynptr(enum bpf_arg_type type) in arg_type_is_dynptr()
8666 enum bpf_arg_type *arg_type) in resolve_map_arg_type()
8806 enum bpf_arg_type arg_type, in check_reg_type()
[all …]