| tag | line | file | source code |
| nonblock | 104 | include/linux/net.h | int nonblock); |
| nonblock | 106 | include/linux/net.h | int nonblock); |
| nonblock | 112 | include/linux/net.h | int (*send) (struct socket *sock, void *buff, int len, int nonblock, |
| nonblock | 114 | include/linux/net.h | int (*recv) (struct socket *sock, void *buff, int len, int nonblock, |
| nonblock | 116 | include/linux/net.h | int (*sendto) (struct socket *sock, void *buff, int len, int nonblock, |
| nonblock | 118 | include/linux/net.h | int (*recvfrom) (struct socket *sock, void *buff, int len, int nonblock, |
| nonblock | 222 | include/net/sock.h | int len, int nonblock, unsigned flags); |
| nonblock | 224 | include/net/sock.h | int len, int nonblock, unsigned flags); |
| nonblock | 1419 | net/ipv4/tcp.c | int len, int nonblock, unsigned flags) |
| nonblock | 1493 | net/ipv4/tcp.c | if (nonblock || copied) |
| nonblock | 1623 | net/ipv4/tcp.c | if (nonblock) |
| nonblock | 1740 | net/ipv4/tcp.c | int len, int nonblock, unsigned flags, |
| nonblock | 1755 | net/ipv4/tcp.c | return tcp_write(sk, from, len, nonblock, flags); |
| nonblock | 1927 | net/ipv4/tcp.c | static int tcp_read_urg(struct sock * sk, int nonblock, |
| nonblock | 1985 | net/ipv4/tcp.c | int len, int nonblock, unsigned flags) |
| nonblock | 2005 | net/ipv4/tcp.c | return tcp_read_urg(sk, nonblock, to, len, flags); |
| nonblock | 2085 | net/ipv4/tcp.c | if (nonblock) |
| nonblock | 2427 | net/ipv4/tcp.c | int to_len, int nonblock, unsigned flags, |
| nonblock | 2440 | net/ipv4/tcp.c | result=tcp_read(sk, to, to_len, nonblock, flags); |
| nonblock | 73 | net/unix/sock.c | int nonblock); |
| nonblock | 75 | net/unix/sock.c | int nonblock); |
| nonblock | 81 | net/unix/sock.c | int nonblock, unsigned flags); |
| nonblock | 83 | net/unix/sock.c | int nonblock, unsigned flags); |
| nonblock | 85 | net/unix/sock.c | int nonblock, unsigned flags, |
| nonblock | 88 | net/unix/sock.c | int nonblock, unsigned flags, |
| nonblock | 163 | net/unix/sock.c | static int unix_proto_sendto(struct socket *sock, void *buff, int len, int nonblock, |
| nonblock | 169 | net/unix/sock.c | static int unix_proto_recvfrom(struct socket *sock, void *buff, int len, int nonblock, |
| nonblock | 189 | net/unix/sock.c | static int unix_proto_send(struct socket *sock, void *buff, int len, int nonblock, |
| nonblock | 194 | net/unix/sock.c | return(unix_proto_write(sock, (char *) buff, len, nonblock)); |
| nonblock | 202 | net/unix/sock.c | static int unix_proto_recv(struct socket *sock, void *buff, int len, int nonblock, |
| nonblock | 207 | net/unix/sock.c | return(unix_proto_read(sock, (char *) buff, len, nonblock)); |
| nonblock | 609 | net/unix/sock.c | static int unix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock) |
| nonblock | 624 | net/unix/sock.c | if (nonblock) |
| nonblock | 679 | net/unix/sock.c | static int unix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock) |
| nonblock | 700 | net/unix/sock.c | if (nonblock) |