Searched refs:tun_do_read (Results 1 – 1 of 1) sorted by relevance
1401 static ssize_t tun_do_read(struct tun_struct *tun, struct tun_file *tfile, in tun_do_read() function1438 ret = tun_do_read(tun, tfile, to, file->f_flags & O_NONBLOCK); in tun_chr_read_iter()1538 ret = tun_do_read(tun, tfile, &m->msg_iter, flags & MSG_DONTWAIT); in tun_recvmsg()