Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Ddiagnostics.c797 static void bpf_diag_source(struct bpf_verifier_env *env, u32 insn_idx, const char *label, in bpf_diag_source() function
921 bpf_diag_source(env, insn_idx, "error", "%s", problem); in bpf_diag_register_type()
1032 bpf_diag_source(env, insn_idx, "error", "invalid %s for %s", arg_desc, call_name); in bpf_diag_call_type()
1127 bpf_diag_source(env, insn_idx, "error", "%s is not allowed in %s", operation, in bpf_diag_ctx_forbidden()
1154 bpf_diag_source(env, insn_idx, "error", "%s is not allowed before leaving %s", in bpf_diag_ctx_active()
1172 bpf_diag_source(env, insn_idx, "error", "%s requires %s", operation, context); in bpf_diag_ctx_required()
1193 bpf_diag_source(env, insn_idx, "error", "%s has no matching enter on this path", in bpf_diag_ctx_underflow()
1215 bpf_diag_source(env, insn_idx, "error", "%s", problem); in bpf_diag_program_structure()
1227 bpf_diag_source(env, insn_idx, "error", "policy check failed for %s", operation); in bpf_diag_policy()
1272 bpf_diag_source(env, insn_idx, "error", in bpf_diag_invalid_deref()
[all …]