Lines Matching refs:noblock
1520 size_t linear, int noblock)
1532 skb = sock_alloc_send_pskb(sk, prepad + linear, len - linear, noblock,
1586 int len, int noblock, bool zerocopy)
1594 if (!noblock)
1752 int noblock, bool more)
1821 if (!frags && tun_can_build_skb(tun, tfile, len, noblock, zerocopy)) {
1854 noblock);
2047 int noblock = 0;
2053 noblock = 1;
2055 result = tun_get_user(tun, tfile, NULL, from, noblock, false);
2182 static void *tun_ring_recv(struct tun_file *tfile, int noblock, int *err)
2191 if (noblock) {
2225 int noblock, void *ptr)
2237 ptr = tun_ring_recv(tfile, noblock, &err);
2266 int noblock = 0;
2272 noblock = 1;
2274 ret = tun_do_read(tun, tfile, to, noblock, NULL);