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 | 188 | net/inet/sock.h | int len, int nonblock, unsigned flags); |
nonblock | 190 | net/inet/sock.h | int len, int nonblock, unsigned flags); |
nonblock | 810 | net/inet/tcp.c | int len, int nonblock, unsigned flags) |
nonblock | 822 | net/inet/tcp.c | sk, from, len, nonblock, flags)); |
nonblock | 873 | net/inet/tcp.c | if (nonblock || copied) { |
nonblock | 978 | net/inet/tcp.c | if (nonblock /* || copied */) { |
nonblock | 1083 | net/inet/tcp.c | int len, int nonblock, unsigned flags, |
nonblock | 1093 | net/inet/tcp.c | return(tcp_write(sk, from, len, nonblock, flags)); |
nonblock | 1248 | net/inet/tcp.c | tcp_read_urg(struct sock * sk, int nonblock, |
nonblock | 1283 | net/inet/tcp.c | if (nonblock) |
nonblock | 1303 | net/inet/tcp.c | int len, int nonblock, unsigned flags) |
nonblock | 1328 | net/inet/tcp.c | return tcp_read_urg(sk, nonblock, to, len, flags); |
nonblock | 1388 | net/inet/tcp.c | if (nonblock) { |
nonblock | 1545 | net/inet/tcp.c | int to_len, int nonblock, unsigned flags, |
nonblock | 1566 | net/inet/tcp.c | result=tcp_read(sk, to, to_len, nonblock, flags); |
nonblock | 72 | net/unix/sock.c | int nonblock); |
nonblock | 74 | net/unix/sock.c | int nonblock); |
nonblock | 80 | net/unix/sock.c | int nonblock, unsigned flags); |
nonblock | 82 | net/unix/sock.c | int nonblock, unsigned flags); |
nonblock | 84 | net/unix/sock.c | int nonblock, unsigned flags, |
nonblock | 87 | net/unix/sock.c | int nonblock, unsigned flags, |
nonblock | 193 | net/unix/sock.c | unix_proto_sendto(struct socket *sock, void *buff, int len, int nonblock, |
nonblock | 200 | net/unix/sock.c | unix_proto_recvfrom(struct socket *sock, void *buff, int len, int nonblock, |
nonblock | 216 | net/unix/sock.c | unix_proto_send(struct socket *sock, void *buff, int len, int nonblock, |
nonblock | 220 | net/unix/sock.c | return(unix_proto_write(sock, (char *) buff, len, nonblock)); |
nonblock | 226 | net/unix/sock.c | unix_proto_recv(struct socket *sock, void *buff, int len, int nonblock, |
nonblock | 230 | net/unix/sock.c | return(unix_proto_read(sock, (char *) buff, len, nonblock)); |
nonblock | 601 | net/unix/sock.c | unix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock) |
nonblock | 615 | net/unix/sock.c | if (nonblock) return(-EAGAIN); |
nonblock | 666 | net/unix/sock.c | unix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock) |
nonblock | 685 | net/unix/sock.c | if (nonblock) return(-EAGAIN); |