Lines Matching refs:noblock
1529 size_t linear, int noblock)
1539 skb = sock_alloc_send_pskb(sk, prepad + linear, len - linear, noblock,
1593 int len, int noblock, bool zerocopy)
1601 if (!noblock)
1757 int noblock, bool more)
1826 if (!frags && tun_can_build_skb(tun, tfile, len, noblock, zerocopy)) {
1857 noblock);
2050 int noblock = 0;
2056 noblock = 1;
2058 result = tun_get_user(tun, tfile, NULL, from, noblock, false);
2195 static void *tun_ring_recv(struct tun_file *tfile, int noblock, int *err)
2204 if (noblock) {
2238 int noblock, void *ptr)
2250 ptr = tun_ring_recv(tfile, noblock, &err);
2279 int noblock = 0;
2285 noblock = 1;
2287 ret = tun_do_read(tun, tfile, to, noblock, NULL);