Lines Matching refs:bpf_stream
200 static int bpf_stream_consume_capacity(struct bpf_stream *stream, int len) in bpf_stream_consume_capacity()
211 static void bpf_stream_release_capacity(struct bpf_stream *stream, struct bpf_stream_elem *elem) in bpf_stream_release_capacity()
218 static int bpf_stream_push_str(struct bpf_stream *stream, const char *str, int len) in bpf_stream_push_str()
225 static struct bpf_stream *bpf_stream_get(enum bpf_stream_id stream_id, struct bpf_prog_aux *aux) in bpf_stream_get()
248 static struct llist_node *bpf_stream_backlog_peek(struct bpf_stream *stream) in bpf_stream_backlog_peek()
253 static struct llist_node *bpf_stream_backlog_pop(struct bpf_stream *stream) in bpf_stream_backlog_pop()
265 static void bpf_stream_backlog_fill(struct bpf_stream *stream) in bpf_stream_backlog_fill()
298 static int bpf_stream_read(struct bpf_stream *stream, void __user *buf, int len) in bpf_stream_read()
344 struct bpf_stream *stream; in bpf_prog_stream_read()
366 struct bpf_stream *stream; in bpf_stream_vprintk()
457 struct bpf_stream *stream; in bpf_stream_stage_commit()