Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Ddiagnostics.c720 static void diag_reason(struct bpf_verifier_env *env, const char *fmt, ...) __printf(2, 3);
732 static void diag_reason(struct bpf_verifier_env *env, const char *fmt, ...) in diag_reason() function
918 diag_reason(env, "%s", reason); in bpf_diag_register_type()
1028 diag_reason(env, "The %s to %s does not satisfy the verifier contract: %s.", in bpf_diag_call_type()
1114 diag_reason( in bpf_diag_ctx_forbidden()
1118 diag_reason(env, "The operation %s cannot be used in %s because %s.", in bpf_diag_ctx_forbidden()
1122 diag_reason(env, "The operation %s cannot be used in %s.", operation, in bpf_diag_ctx_forbidden()
1149 diag_reason( in bpf_diag_ctx_active()
1168 diag_reason(env, "The operation %s requires an active %s, but this path is outside one.", in bpf_diag_ctx_required()
1188 diag_reason( in bpf_diag_ctx_underflow()
[all …]