tag | line | file | source code |
nonblock | 100 | include/linux/net.h | int nonblock); |
nonblock | 102 | include/linux/net.h | int nonblock); |
nonblock | 108 | include/linux/net.h | int (*send) (struct socket *sock, void *buff, int len, int nonblock, |
nonblock | 110 | include/linux/net.h | int (*recv) (struct socket *sock, void *buff, int len, int nonblock, |
nonblock | 112 | include/linux/net.h | int (*sendto) (struct socket *sock, void *buff, int len, int nonblock, |
nonblock | 114 | include/linux/net.h | int (*recvfrom) (struct socket *sock, void *buff, int len, int nonblock, |
nonblock | 177 | net/inet/sock.h | int len, int nonblock, unsigned flags); |
nonblock | 179 | net/inet/sock.h | int len, int nonblock, unsigned flags); |
nonblock | 802 | net/inet/tcp.c | int len, int nonblock, unsigned flags) |
nonblock | 814 | net/inet/tcp.c | sk, from, len, nonblock, flags)); |
nonblock | 865 | net/inet/tcp.c | if (nonblock || copied) { |
nonblock | 958 | net/inet/tcp.c | if (nonblock /* || copied */) { |
nonblock | 1063 | net/inet/tcp.c | int len, int nonblock, unsigned flags, |
nonblock | 1073 | net/inet/tcp.c | return(tcp_write(sk, from, len, nonblock, flags)); |
nonblock | 1220 | net/inet/tcp.c | tcp_read_urg(struct sock * sk, int nonblock, |
nonblock | 1260 | net/inet/tcp.c | if (nonblock || copied) { |
nonblock | 1317 | net/inet/tcp.c | int len, int nonblock, unsigned flags) |
nonblock | 1339 | net/inet/tcp.c | return(tcp_read_urg(sk, nonblock, to, len, flags)); |
nonblock | 1347 | net/inet/tcp.c | sk, to, len, nonblock, flags)); |
nonblock | 1396 | net/inet/tcp.c | if (nonblock || copied) |
nonblock | 1536 | net/inet/tcp.c | if (copied == 0 && nonblock) |
nonblock | 1634 | net/inet/tcp.c | int to_len, int nonblock, unsigned flags, |
nonblock | 1655 | net/inet/tcp.c | result=tcp_read(sk, to, to_len, nonblock, flags); |
nonblock | 71 | net/unix/sock.c | int nonblock); |
nonblock | 73 | net/unix/sock.c | int nonblock); |
nonblock | 79 | net/unix/sock.c | int nonblock, unsigned flags); |
nonblock | 81 | net/unix/sock.c | int nonblock, unsigned flags); |
nonblock | 83 | net/unix/sock.c | int nonblock, unsigned flags, |
nonblock | 86 | net/unix/sock.c | int nonblock, unsigned flags, |
nonblock | 192 | net/unix/sock.c | unix_proto_sendto(struct socket *sock, void *buff, int len, int nonblock, |
nonblock | 199 | net/unix/sock.c | unix_proto_recvfrom(struct socket *sock, void *buff, int len, int nonblock, |
nonblock | 215 | net/unix/sock.c | unix_proto_send(struct socket *sock, void *buff, int len, int nonblock, |
nonblock | 219 | net/unix/sock.c | return(unix_proto_write(sock, (char *) buff, len, nonblock)); |
nonblock | 225 | net/unix/sock.c | unix_proto_recv(struct socket *sock, void *buff, int len, int nonblock, |
nonblock | 229 | net/unix/sock.c | return(unix_proto_read(sock, (char *) buff, len, nonblock)); |
nonblock | 599 | net/unix/sock.c | unix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock) |
nonblock | 613 | net/unix/sock.c | if (nonblock) return(-EAGAIN); |
nonblock | 663 | net/unix/sock.c | unix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock) |
nonblock | 682 | net/unix/sock.c | if (nonblock) return(-EAGAIN); |