taglinefilesource code
nonblock100include/linux/net.hint nonblock);
nonblock102include/linux/net.hint nonblock);
nonblock108include/linux/net.hint  (*send)    (struct socket *sock, void *buff, int len, int nonblock,
nonblock110include/linux/net.hint  (*recv)    (struct socket *sock, void *buff, int len, int nonblock,
nonblock112include/linux/net.hint  (*sendto)  (struct socket *sock, void *buff, int len, int nonblock,
nonblock114include/linux/net.hint  (*recvfrom)  (struct socket *sock, void *buff, int len, int nonblock,
nonblock165net/inet/sock.hint len, int nonblock, unsigned flags);
nonblock167net/inet/sock.hint len, int nonblock, unsigned flags);
nonblock698net/inet/tcp.cint len, int nonblock, unsigned flags)
nonblock709net/inet/tcp.csk, from, len, nonblock, flags));
nonblock760net/inet/tcp.cif (nonblock || copied) {
nonblock850net/inet/tcp.cif (nonblock /* || copied */) {
nonblock962net/inet/tcp.cint len, int nonblock, unsigned flags,
nonblock972net/inet/tcp.creturn(tcp_write(sk, from, len, nonblock, flags));
nonblock1119net/inet/tcp.ctcp_read_urg(struct sock * sk, int nonblock,
nonblock1159net/inet/tcp.cif (nonblock || copied) {
nonblock1217net/inet/tcp.cint len, int nonblock, unsigned flags)
nonblock1239net/inet/tcp.creturn(tcp_read_urg(sk, nonblock, to, len, flags));
nonblock1247net/inet/tcp.csk, to, len, nonblock, flags));
nonblock1296net/inet/tcp.cif (nonblock || copied) 
nonblock1436net/inet/tcp.cif (copied == 0 && nonblock) 
nonblock1534net/inet/tcp.cint to_len, int nonblock, unsigned flags,
nonblock1555net/inet/tcp.cresult=tcp_read(sk, to, to_len, nonblock, flags);
nonblock70net/unix/sock.cint nonblock);
nonblock72net/unix/sock.cint nonblock);
nonblock78net/unix/sock.cint nonblock, unsigned flags);
nonblock80net/unix/sock.cint nonblock, unsigned flags);
nonblock82net/unix/sock.cint nonblock, unsigned flags,
nonblock85net/unix/sock.cint nonblock, unsigned flags,
nonblock168net/unix/sock.cunix_proto_sendto(struct socket *sock, void *buff, int len, int nonblock, 
nonblock175net/unix/sock.cunix_proto_recvfrom(struct socket *sock, void *buff, int len, int nonblock, 
nonblock191net/unix/sock.cunix_proto_send(struct socket *sock, void *buff, int len, int nonblock,
nonblock195net/unix/sock.creturn(unix_proto_write(sock, (char *) buff, len, nonblock));
nonblock201net/unix/sock.cunix_proto_recv(struct socket *sock, void *buff, int len, int nonblock,
nonblock205net/unix/sock.creturn(unix_proto_read(sock, (char *) buff, len, nonblock));
nonblock575net/unix/sock.cunix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock)
nonblock589net/unix/sock.cif (nonblock) return(-EAGAIN);
nonblock633net/unix/sock.cunix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock)
nonblock652net/unix/sock.cif (nonblock) return(-EAGAIN);