Searched refs:bpf_stream_stage (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | rqspinlock.c | 676 struct bpf_stream_stage ss; in bpf_prog_report_rqspinlock_violation() 682 bpf_stream_stage(ss, prog, BPF_STDERR, ({ in bpf_prog_report_rqspinlock_violation()
|
| H A D | arena.c | 1140 struct bpf_stream_stage ss; in __bpf_prog_report_arena_violation() 1149 bpf_stream_stage(ss, prog, BPF_STDERR, ({ in __bpf_prog_report_arena_violation()
|
| H A D | core.c | 3392 struct bpf_stream_stage ss; in bpf_prog_report_may_goto_violation() 3398 bpf_stream_stage(ss, prog, BPF_STDERR, ({ in bpf_prog_report_may_goto_violation()
|
| /linux/include/linux/ |
| H A D | bpf.h | 1722 struct bpf_stream_stage { struct 4105 void bpf_stream_stage_init(struct bpf_stream_stage *ss); 4106 void bpf_stream_stage_free(struct bpf_stream_stage *ss); 4108 int bpf_stream_stage_printk(struct bpf_stream_stage *ss, const char *fmt, ...); 4109 int bpf_stream_stage_commit(struct bpf_stream_stage *ss, struct bpf_prog *prog, 4111 int bpf_stream_stage_dump_stack(struct bpf_stream_stage *ss); 4116 #define bpf_stream_stage(ss, prog, stream_id, expr) \ macro
|