Searched refs:nwrite (Results 1 – 1 of 1) sorted by relevance
611 int direction, nread, nwrite; in tun_relay_loop() local629 nwrite = write(direction == SRC_TO_TARGET ? target_fd : src_fd, buf, nread); in tun_relay_loop()630 if (nwrite != nread) { in tun_relay_loop()