Home
last modified time | relevance | path

Searched refs:BPF_STREAM_STDOUT (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dstream.c37 ASSERT_LT(bpf_prog_stream_read(0, BPF_STREAM_STDOUT, buf, sizeof(buf), &ropts), 0, "error"); in test_stream_syscall()
45 ASSERT_LT(bpf_prog_stream_read(prog_fd, BPF_STREAM_STDOUT, NULL, sizeof(buf), NULL), 0, "error"); in test_stream_syscall()
49 ret = bpf_prog_stream_read(prog_fd, BPF_STREAM_STDOUT, buf, 2, NULL); in test_stream_syscall()
51 ret = bpf_prog_stream_read(prog_fd, BPF_STREAM_STDOUT, buf, 2, NULL); in test_stream_syscall()
53 ret = bpf_prog_stream_read(prog_fd, BPF_STREAM_STDOUT, buf, 1, &ropts); in test_stream_syscall()
/linux/tools/include/uapi/linux/
H A Dbpf.h1523 BPF_STREAM_STDOUT = 1, enumerator
/linux/include/uapi/linux/
H A Dbpf.h1523 BPF_STREAM_STDOUT = 1, enumerator