Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dbpf_verifier.h591 enum bpf_arg_type arg_type);
600 enum bpf_arg_type arg_type);
Dbpf.h474 enum bpf_arg_type { enum
574 enum bpf_arg_type arg1_type;
575 enum bpf_arg_type arg2_type;
576 enum bpf_arg_type arg3_type;
577 enum bpf_arg_type arg4_type;
578 enum bpf_arg_type arg5_type;
580 enum bpf_arg_type arg_type[5];
/linux-6.1.9/kernel/bpf/
Dverifier.c683 static enum bpf_dynptr_type arg_to_dynptr_type(enum bpf_arg_type arg_type) in arg_to_dynptr_type()
701 enum bpf_arg_type arg_type, int insn_idx) in mark_stack_slots_dynptr()
807 enum bpf_arg_type arg_type) in is_dynptr_type_expected()
5598 static bool arg_type_is_mem_size(enum bpf_arg_type type) in arg_type_is_mem_size()
5604 static bool arg_type_is_release(enum bpf_arg_type type) in arg_type_is_release()
5609 static bool arg_type_is_dynptr(enum bpf_arg_type type) in arg_type_is_dynptr()
5614 static int int_ptr_type_to_size(enum bpf_arg_type type) in int_ptr_type_to_size()
5626 enum bpf_arg_type *arg_type) in resolve_map_arg_type()
5763 enum bpf_arg_type arg_type, in check_reg_type()
5852 enum bpf_arg_type arg_type) in check_func_arg_reg_off()
[all …]
Dbtf.c6286 enum bpf_arg_type arg_type = ARG_DONTCARE; in btf_check_func_arg_match()