| 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 | 215 | net/inet/sock.h | int len, int nonblock, unsigned flags); |
| nonblock | 217 | net/inet/sock.h | int len, int nonblock, unsigned flags); |
| nonblock | 1434 | net/inet/tcp.c | int len, int nonblock, unsigned flags) |
| nonblock | 1509 | net/inet/tcp.c | if (nonblock || copied) |
| nonblock | 1640 | net/inet/tcp.c | if (nonblock) |
| nonblock | 1763 | net/inet/tcp.c | int len, int nonblock, unsigned flags, |
| nonblock | 1778 | net/inet/tcp.c | return tcp_write(sk, from, len, nonblock, flags); |
| nonblock | 1952 | net/inet/tcp.c | static int tcp_read_urg(struct sock * sk, int nonblock, |
| nonblock | 2010 | net/inet/tcp.c | int len, int nonblock, unsigned flags) |
| nonblock | 2030 | net/inet/tcp.c | return tcp_read_urg(sk, nonblock, to, len, flags); |
| nonblock | 2110 | net/inet/tcp.c | if (nonblock) |
| nonblock | 2455 | net/inet/tcp.c | int to_len, int nonblock, unsigned flags, |
| nonblock | 2468 | net/inet/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) |