Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dbpf.h417 enum bpf_arg_type { enum
517 enum bpf_arg_type arg1_type;
518 enum bpf_arg_type arg2_type;
519 enum bpf_arg_type arg3_type;
520 enum bpf_arg_type arg4_type;
521 enum bpf_arg_type arg5_type;
523 enum bpf_arg_type arg_type[5];
Dbpf_verifier.h546 enum bpf_arg_type arg_type);
/linux-5.19.10/kernel/bpf/
Dverifier.c470 static bool arg_type_may_be_refcounted(enum bpf_arg_type type) in arg_type_may_be_refcounted()
674 static enum bpf_dynptr_type arg_to_dynptr_type(enum bpf_arg_type arg_type) in arg_to_dynptr_type()
692 enum bpf_arg_type arg_type, int insn_idx) in mark_stack_slots_dynptr()
777 enum bpf_arg_type arg_type) in is_dynptr_reg_valid_init()
5530 static bool arg_type_is_mem_size(enum bpf_arg_type type) in arg_type_is_mem_size()
5536 static bool arg_type_is_release(enum bpf_arg_type type) in arg_type_is_release()
5541 static bool arg_type_is_dynptr(enum bpf_arg_type type) in arg_type_is_dynptr()
5546 static int int_ptr_type_to_size(enum bpf_arg_type type) in int_ptr_type_to_size()
5558 enum bpf_arg_type *arg_type) in resolve_map_arg_type()
5689 enum bpf_arg_type arg_type, in check_reg_type()
[all …]
Dbtf.c6108 enum bpf_arg_type arg_type = ARG_DONTCARE; in btf_check_func_arg_match()