1SPLICE_DIRECT_TO_ACT(9) splice API SPLICE_DIRECT_TO_ACT(9)
2
3
4
6 splice_direct_to_actor - splices data directly between two non-pipes
7
9 ssize_t splice_direct_to_actor(struct file * in,
10 struct splice_desc * sd,
11 splice_direct_actor * actor);
12
14 in
15 file to splice from
16
17 sd
18 actor information on where to splice to
19
20 actor
21 handles the data splicing
22
24 This is a special case helper to splice directly between two points,
25 without requiring an explicit pipe. Internally an allocated pipe is
26 cached in the process, and reused during the lifetime of that process.
27
29Kernel Hackers Manual 3.10 June 2019 SPLICE_DIRECT_TO_ACT(9)