Home
last modified time | relevance | path

Searched refs:bpf_stream (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Dstream.c200 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 *strea in bpf_stream_vprintk()
[all...]
/linux/include/linux/
H A Dbpf.h1568 struct bpf_stream { struct
1690 struct bpf_stream stream[2];
1577 backlog_tailbpf_stream global() argument