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 | 165 | net/inet/sock.h | int len, int nonblock, unsigned flags); |
nonblock | 167 | net/inet/sock.h | int len, int nonblock, unsigned flags); |
nonblock | 698 | net/inet/tcp.c | int len, int nonblock, unsigned flags) |
nonblock | 709 | net/inet/tcp.c | sk, from, len, nonblock, flags)); |
nonblock | 760 | net/inet/tcp.c | if (nonblock || copied) { |
nonblock | 850 | net/inet/tcp.c | if (nonblock /* || copied */) { |
nonblock | 962 | net/inet/tcp.c | int len, int nonblock, unsigned flags, |
nonblock | 972 | net/inet/tcp.c | return(tcp_write(sk, from, len, nonblock, flags)); |
nonblock | 1119 | net/inet/tcp.c | tcp_read_urg(struct sock * sk, int nonblock, |
nonblock | 1159 | net/inet/tcp.c | if (nonblock || copied) { |
nonblock | 1217 | net/inet/tcp.c | int len, int nonblock, unsigned flags) |
nonblock | 1239 | net/inet/tcp.c | return(tcp_read_urg(sk, nonblock, to, len, flags)); |
nonblock | 1247 | net/inet/tcp.c | sk, to, len, nonblock, flags)); |
nonblock | 1296 | net/inet/tcp.c | if (nonblock || copied) |
nonblock | 1436 | net/inet/tcp.c | if (copied == 0 && nonblock) |
nonblock | 1534 | net/inet/tcp.c | int to_len, int nonblock, unsigned flags, |
nonblock | 1555 | net/inet/tcp.c | result=tcp_read(sk, to, to_len, nonblock, flags); |
nonblock | 70 | net/unix/sock.c | int nonblock); |
nonblock | 72 | net/unix/sock.c | int nonblock); |
nonblock | 78 | net/unix/sock.c | int nonblock, unsigned flags); |
nonblock | 80 | net/unix/sock.c | int nonblock, unsigned flags); |
nonblock | 82 | net/unix/sock.c | int nonblock, unsigned flags, |
nonblock | 85 | net/unix/sock.c | int nonblock, unsigned flags, |
nonblock | 168 | net/unix/sock.c | unix_proto_sendto(struct socket *sock, void *buff, int len, int nonblock, |
nonblock | 175 | net/unix/sock.c | unix_proto_recvfrom(struct socket *sock, void *buff, int len, int nonblock, |
nonblock | 191 | net/unix/sock.c | unix_proto_send(struct socket *sock, void *buff, int len, int nonblock, |
nonblock | 195 | net/unix/sock.c | return(unix_proto_write(sock, (char *) buff, len, nonblock)); |
nonblock | 201 | net/unix/sock.c | unix_proto_recv(struct socket *sock, void *buff, int len, int nonblock, |
nonblock | 205 | net/unix/sock.c | return(unix_proto_read(sock, (char *) buff, len, nonblock)); |
nonblock | 575 | net/unix/sock.c | unix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock) |
nonblock | 589 | net/unix/sock.c | if (nonblock) return(-EAGAIN); |
nonblock | 633 | net/unix/sock.c | unix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock) |
nonblock | 652 | net/unix/sock.c | if (nonblock) return(-EAGAIN); |