Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dstream.c85 static struct bpf_stream *bpf_stream_get(enum bpf_stream_id stream_id, struct bpf_prog_aux *aux) in bpf_stream_get()
199 int bpf_prog_stream_read(struct bpf_prog *prog, enum bpf_stream_id stream_id, void __user *buf, int len) in bpf_prog_stream_read()
212 * Avoid using enum bpf_stream_id so that kfunc users don't have to pull in the
330 enum bpf_stream_id stream_id) in bpf_stream_stage_commit()
/linux/include/linux/
H A Dbpf.h1626 enum bpf_stream_id { enum
3895 int bpf_prog_stream_read(struct bpf_prog *prog, enum bpf_stream_id stream_id, void __user *buf, int…
3901 enum bpf_stream_id stream_id);