Searched refs:bpf_stream_stage (Results 1 – 4 of 4) sorted by relevance
/linux/kernel/bpf/ |
H A D | stream.c | 420 void bpf_stream_stage_init(struct bpf_stream_stage *ss) in bpf_stream_stage_init() 426 void bpf_stream_stage_free(struct bpf_stream_stage *ss) in bpf_stream_stage_free() 434 int bpf_stream_stage_printk(struct bpf_stream_stage *ss, const char *fmt, ...) in bpf_stream_stage_printk() 453 int bpf_stream_stage_commit(struct bpf_stream_stage *ss, struct bpf_prog *prog, in bpf_stream_stage_commit() 482 struct bpf_stream_stage *ss; 509 int bpf_stream_stage_dump_stack(struct bpf_stream_stage *ss) in bpf_stream_stage_dump_stack()
|
H A D | rqspinlock.c | 672 struct bpf_stream_stage ss; in bpf_prog_report_rqspinlock_violation() 678 bpf_stream_stage(ss, prog, BPF_STDERR, ({ in bpf_prog_report_rqspinlock_violation()
|
H A D | core.c | 3202 struct bpf_stream_stage ss; in bpf_prog_report_may_goto_violation() 3208 bpf_stream_stage(ss, prog, BPF_STDERR, ({ in bpf_prog_report_may_goto_violation()
|
/linux/include/linux/ |
H A D | bpf.h | 1577 struct bpf_stream_stage { struct 3649 void bpf_stream_stage_init(struct bpf_stream_stage *ss); 3650 void bpf_stream_stage_free(struct bpf_stream_stage *ss); 3652 int bpf_stream_stage_printk(struct bpf_stream_stage *ss, const char *fmt, ...); 3653 int bpf_stream_stage_commit(struct bpf_stream_stage *ss, struct bpf_prog *prog, 3655 int bpf_stream_stage_dump_stack(struct bpf_stream_stage *ss); 3660 #define bpf_stream_stage(ss, prog, stream_id, expr) \ macro
|