Home
last modified time | relevance | path

Searched refs:SPLICE_F_MORE (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/virtio/virtio-trace/
H A Dtrace-agent-rw.c128 ts->pipe_size, SPLICE_F_MOVE | SPLICE_F_MORE); in rw_thread_main()
150 SPLICE_F_MOVE | SPLICE_F_MORE); in rw_thread_main()
/linux-6.15/include/linux/
H A Dsplice.h21 #define SPLICE_F_MORE (0x04) /* expect more data */ macro
24 #define SPLICE_F_ALL (SPLICE_F_MOVE|SPLICE_F_NONBLOCK|SPLICE_F_MORE|SPLICE_F_GIFT)
/linux-6.15/fs/
H A Dsplice.c874 if (flags & SPLICE_F_MORE) in splice_to_socket()
1074 more = sd->flags & SPLICE_F_MORE; in splice_direct_to_actor()
1075 sd->flags |= SPLICE_F_MORE; in splice_direct_to_actor()
1095 sd->flags &= ~SPLICE_F_MORE; in splice_direct_to_actor()
/linux-6.15/tools/testing/selftests/net/
H A Dtls.c733 unsigned int f = SPLICE_F_NONBLOCK | SPLICE_F_MORE | SPLICE_F_GIFT; in TEST_F()