| 95 | iovector_view((struct iovec*)iov, iovcnt).sum()); |
| 96 | } |
| 97 | ssize_t sendfile(int in_fd, off_t offset, size_t count) override { |
| 98 | FORWARD_SOCK_ACT(less, sendfile(in_fd, offset, count), count); |
| 99 | } |
| 100 | |
| 101 | #undef FORWARD_SOCK_ACT |
| 102 | }; |
nothing calls this directly
no test coverage detected