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