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.h876 enum bpf_arg_type { enum
997 enum bpf_arg_type arg1_type;
998 enum bpf_arg_type arg2_type;
999 enum bpf_arg_type arg3_type;
1000 enum bpf_arg_type arg4_type;
1001 enum bpf_arg_type arg5_type;
1003 enum bpf_arg_type arg_type[MAX_BPF_FUNC_ARGS];
H A Dbpf_verifier.h787 enum bpf_arg_type arg_type;
/linux/kernel/bpf/
H A Dverifier.c592 static enum bpf_dynptr_type arg_to_dynptr_type(enum bpf_arg_type arg_type) in arg_to_dynptr_type()
663 enum bpf_arg_type arg_type, int insn_idx, in mark_stack_slots_dynptr()
909 enum bpf_arg_type arg_type) in is_dynptr_type_expected()
7552 enum bpf_arg_type arg_type, in process_dynptr_func()
8018 static bool arg_type_is_mem_size(enum bpf_arg_type type) in arg_type_is_mem_size()
8023 static bool arg_type_is_raw_mem(enum bpf_arg_type type) in arg_type_is_raw_mem()
8035 static bool arg_type_is_release(enum bpf_arg_type type) in arg_type_is_release()
8040 static bool arg_type_is_dynptr(enum bpf_arg_type type) in arg_type_is_dynptr()
8047 enum bpf_arg_type *arg_type) in resolve_map_arg_type()
8247 enum bpf_arg_type arg_type, const u32 *arg_btf_id, in check_reg_type()
[all …]