Searched refs:prog_stream_read (Results 1 – 3 of 3) sorted by relevance
6103 #define BPF_PROG_STREAM_READ_BY_FD_LAST_FIELD prog_stream_read.prog_fd6105 static int prog_stream_read(union bpf_attr *attr) in prog_stream_read() function6107 char __user *buf = u64_to_user_ptr(attr->prog_stream_read.stream_buf); in prog_stream_read()6108 u32 len = attr->prog_stream_read.stream_buf_len; in prog_stream_read()6115 prog = bpf_prog_get(attr->prog_stream_read.prog_fd); in prog_stream_read()6119 ret = bpf_prog_stream_read(prog, attr->prog_stream_read.stream_id, buf, len); in prog_stream_read()6262 err = prog_stream_read(&attr); in __sys_bpf()
1895 } prog_stream_read;1891 } prog_stream_read; global() member