Home
last modified time | relevance | path

Searched refs:dynptr_type_str (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dlog.c450 const char *dynptr_type_str(enum bpf_dynptr_type type) in dynptr_type_str() function
681 verbose_a("type=%s", dynptr_type_str(reg->dynptr.type)); in print_reg_state()
757 verbose(env, "=dynptr_%s(", dynptr_type_str(reg->dynptr.type)); in print_verifier_state()
H A Dverifier.c7631 dynptr_type_str(expected_type), reg_arg_name(env, argno)); in process_dynptr_func()
7636 dynptr_type_str(actual_type), dynptr_type_str(expected_type)); in process_dynptr_func()
/linux/include/linux/
H A Dbpf_verifier.h1467 const char *dynptr_type_str(enum bpf_dynptr_type type);