Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h784 enum bpf_arg_type { enum
890 enum bpf_arg_type arg1_type;
891 enum bpf_arg_type arg2_type;
892 enum bpf_arg_type arg3_type;
893 enum bpf_arg_type arg4_type;
894 enum bpf_arg_type arg5_type;
896 enum bpf_arg_type arg_type[5];
/linux/kernel/bpf/
H A Dverifier.c666 static enum bpf_dynptr_type arg_to_dynptr_type(enum bpf_arg_type arg_type) in arg_to_dynptr_type()
732 enum bpf_arg_type arg_type, int insn_idx, int clone_ref_obj_id) in mark_stack_slots_dynptr()
1000 enum bpf_arg_type arg_type) in is_dynptr_type_expected()
8646 enum bpf_arg_type arg_type, int clone_ref_obj_id) in process_dynptr_func()
9070 static bool arg_type_is_mem_size(enum bpf_arg_type type) in arg_type_is_mem_size()
9076 static bool arg_type_is_raw_mem(enum bpf_arg_type type) in arg_type_is_raw_mem()
9082 static bool arg_type_is_release(enum bpf_arg_type type) in arg_type_is_release()
9087 static bool arg_type_is_dynptr(enum bpf_arg_type type) in arg_type_is_dynptr()
9094 enum bpf_arg_type *arg_type) in resolve_map_arg_type()
9234 enum bpf_arg_type arg_typ in check_reg_type()
[all...]