Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Ddiagnostics.c169 static const char *diag_context_name(enum bpf_diag_context_kind kind);
1108 context = diag_context_name(ctx_kind); in bpf_diag_ctx_forbidden()
1145 const char *context = diag_context_name(ctx_kind); in bpf_diag_ctx_active()
1165 const char *context = diag_context_name(ctx_kind); in bpf_diag_ctx_required()
1185 const char *context = diag_context_name(ctx_kind); in bpf_diag_ctx_underflow()
2247 static const char *diag_context_name(enum bpf_diag_context_kind kind) in diag_context_name() function
2269 diag_context_name(event->ctx.kind), event->ctx.depth); in diag_print_context_event()