bpf_arg_type      236 include/linux/bpf.h 	enum bpf_arg_type arg1_type;
bpf_arg_type      237 include/linux/bpf.h 	enum bpf_arg_type arg2_type;
bpf_arg_type      238 include/linux/bpf.h 	enum bpf_arg_type arg3_type;
bpf_arg_type      239 include/linux/bpf.h 	enum bpf_arg_type arg4_type;
bpf_arg_type      240 include/linux/bpf.h 	enum bpf_arg_type arg5_type;
bpf_arg_type      354 kernel/bpf/verifier.c static bool arg_type_may_be_refcounted(enum bpf_arg_type type)
bpf_arg_type     3206 kernel/bpf/verifier.c static bool arg_type_is_mem_ptr(enum bpf_arg_type type)
bpf_arg_type     3213 kernel/bpf/verifier.c static bool arg_type_is_mem_size(enum bpf_arg_type type)
bpf_arg_type     3219 kernel/bpf/verifier.c static bool arg_type_is_int_ptr(enum bpf_arg_type type)
bpf_arg_type     3225 kernel/bpf/verifier.c static int int_ptr_type_to_size(enum bpf_arg_type type)
bpf_arg_type     3236 kernel/bpf/verifier.c 			  enum bpf_arg_type arg_type,
bpf_arg_type     3629 kernel/bpf/verifier.c static bool check_args_pair_invalid(enum bpf_arg_type arg_curr,
bpf_arg_type     3630 kernel/bpf/verifier.c 				    enum bpf_arg_type arg_next)