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.h832 enum bpf_arg_type { enum
938 enum bpf_arg_type arg1_type;
939 enum bpf_arg_type arg2_type;
940 enum bpf_arg_type arg3_type;
941 enum bpf_arg_type arg4_type;
942 enum bpf_arg_type arg5_type;
944 enum bpf_arg_type arg_type[5];
/linux/kernel/bpf/
H A Dverifier.c573 static enum bpf_dynptr_type arg_to_dynptr_type(enum bpf_arg_type arg_type) in arg_to_dynptr_type()
645 enum bpf_arg_type arg_type, int insn_idx, int clone_ref_obj_id) in mark_stack_slots_dynptr()
910 enum bpf_arg_type arg_type) in is_dynptr_type_expected()
7456 enum bpf_arg_type arg_type, int clone_ref_obj_id) in process_dynptr_func()
7879 static bool arg_type_is_mem_size(enum bpf_arg_type type) in arg_type_is_mem_size()
7885 static bool arg_type_is_raw_mem(enum bpf_arg_type type) in arg_type_is_raw_mem()
7891 static bool arg_type_is_release(enum bpf_arg_type type) in arg_type_is_release()
7896 static bool arg_type_is_dynptr(enum bpf_arg_type type) in arg_type_is_dynptr()
7903 enum bpf_arg_type *arg_type) in resolve_map_arg_type()
8046 enum bpf_arg_type arg_type, in check_reg_type()
[all …]