Home
last modified time | relevance | path

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

/linux/include/linux/
A Dbpf.h301 enum bpf_arg_type { enum
375 enum bpf_arg_type arg1_type;
376 enum bpf_arg_type arg2_type;
377 enum bpf_arg_type arg3_type;
378 enum bpf_arg_type arg4_type;
379 enum bpf_arg_type arg5_type;
381 enum bpf_arg_type arg_type[5];
/linux/kernel/bpf/
A Dverifier.c470 static bool arg_type_may_be_refcounted(enum bpf_arg_type type) in arg_type_may_be_refcounted()
475 static bool arg_type_may_be_null(enum bpf_arg_type type) in arg_type_may_be_null()
4964 static bool arg_type_is_mem_ptr(enum bpf_arg_type type) in arg_type_is_mem_ptr()
4971 static bool arg_type_is_mem_size(enum bpf_arg_type type) in arg_type_is_mem_size()
4977 static bool arg_type_is_alloc_size(enum bpf_arg_type type) in arg_type_is_alloc_size()
4982 static bool arg_type_is_int_ptr(enum bpf_arg_type type) in arg_type_is_int_ptr()
4988 static int int_ptr_type_to_size(enum bpf_arg_type type) in int_ptr_type_to_size()
5000 enum bpf_arg_type *arg_type) in resolve_map_arg_type()
5135 enum bpf_arg_type arg_type, in check_reg_type()
5198 enum bpf_arg_type arg_type = fn->arg_type[arg]; in check_func_arg()
[all …]

Completed in 29 milliseconds