Searched refs:Nsendfile (Results 1 – 3 of 3) sorted by relevance
37 int Nsendfile(int fromfd, int tofd, const char *buf, size_t count) /* __attribute__((hot)) */;
446 Nsendfile(int fromfd, int tofd, const char *buf, size_t count) in Nsendfile() function
92 r = Nsendfile(sp->buffer_fd, sp->socket, sp->buffer, sp->pending_size); in iperf_tcp_send()