Searched refs:bpf_stream_stage (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | bpf.h | 1654 struct bpf_stream_stage { struct 3897 void bpf_stream_stage_init(struct bpf_stream_stage *ss); 3898 void bpf_stream_stage_free(struct bpf_stream_stage *ss); 3900 int bpf_stream_stage_printk(struct bpf_stream_stage *ss, const char *fmt, ...); 3901 int bpf_stream_stage_commit(struct bpf_stream_stage *ss, struct bpf_prog *prog, 3903 int bpf_stream_stage_dump_stack(struct bpf_stream_stage *ss); 3908 #define bpf_stream_stage(ss, prog, stream_id, expr) \ macro
|
| /linux/kernel/bpf/ |
| H A D | arena.c | 950 struct bpf_stream_stage ss; in bpf_prog_report_arena_violation() 971 bpf_stream_stage(ss, prog, BPF_STDERR, ({ in bpf_prog_report_arena_violation()
|
| H A D | core.c | 3312 struct bpf_stream_stage ss; in bpf_prog_report_may_goto_violation() 3318 bpf_stream_stage(ss, prog, BPF_STDERR, ({ in bpf_prog_report_may_goto_violation()
|