Searched refs:diag_section (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | diagnostics.c | 724 static void diag_section(struct bpf_verifier_env *env, const char *title) in diag_section() function 739 diag_section(env, "Reason"); in diag_reason() 753 diag_section(env, "Suggestion"); in diag_suggestion() 920 diag_section(env, "At"); in bpf_diag_register_type() 1031 diag_section(env, "At"); in bpf_diag_call_type() 1126 diag_section(env, "At"); in bpf_diag_ctx_forbidden() 1153 diag_section(env, "At"); in bpf_diag_ctx_active() 1171 diag_section(env, "At"); in bpf_diag_ctx_required() 1192 diag_section(env, "At"); in bpf_diag_ctx_underflow() 1208 diag_section(env, "Reason"); in bpf_diag_program_structure() [all …]
|