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);
nonblock54net/inet/sockinet.hint len, int nonblock, unsigned flags);
nonblock56net/inet/sockinet.hint len, int nonblock, unsigned flags);
nonblock759net/inet/tcp.cint len, int nonblock, unsigned flags)
nonblock770net/inet/tcp.csk, from, len, nonblock, flags));
nonblock837net/inet/tcp.cif (nonblock /*|| copied*/) 
nonblock963net/inet/tcp.cif (nonblock /* || copied */) 
nonblock1139net/inet/tcp.cint len, int nonblock, unsigned flags,
nonblock1155net/inet/tcp.creturn(tcp_write(sk, from, len, nonblock, flags));
nonblock1327net/inet/tcp.cstatic int tcp_read_urg(struct sock * sk, int nonblock,
nonblock1379net/inet/tcp.cif (nonblock || copied) 
nonblock1449net/inet/tcp.cint len, int nonblock, unsigned flags)
nonblock1476net/inet/tcp.creturn(tcp_read_urg(sk, nonblock, to, len, flags));
nonblock1484net/inet/tcp.csk, to, len, nonblock, flags));
nonblock1556net/inet/tcp.cif (nonblock || copied)     /* Altered AC 24/12/93 */
nonblock1751net/inet/tcp.cif (copied == 0 && nonblock) 
nonblock1762net/inet/tcp.cint len, int nonblock, unsigned flags)
nonblock1764net/inet/tcp.creturn(tcp_read_data(1,sk,to,len,nonblock,flags));
nonblock1874net/inet/tcp.cint to_len, int nonblock, unsigned flags,
nonblock1898net/inet/tcp.cresult=tcp_read_data(1,sk, to, to_len, nonblock, flags);
nonblock71net/unix/sock.cint nonblock);
nonblock73net/unix/sock.cint nonblock);
nonblock79net/unix/sock.cint nonblock, unsigned flags);
nonblock81net/unix/sock.cint nonblock, unsigned flags);
nonblock83net/unix/sock.cint nonblock, unsigned flags,
nonblock86net/unix/sock.cint nonblock, unsigned flags,
nonblock170net/unix/sock.cstatic int unix_proto_sendto(struct socket *sock, void *buff, int len, int nonblock, 
nonblock176net/unix/sock.cstatic int unix_proto_recvfrom(struct socket *sock, void *buff, int len, int nonblock, 
nonblock193net/unix/sock.cstatic int unix_proto_send(struct socket *sock, void *buff, int len, int nonblock,
nonblock198net/unix/sock.creturn(unix_proto_write(sock, (char *) buff, len, nonblock));
nonblock206net/unix/sock.cstatic int unix_proto_recv(struct socket *sock, void *buff, int len, int nonblock,
nonblock211net/unix/sock.creturn(unix_proto_read(sock, (char *) buff, len, nonblock));
nonblock614net/unix/sock.cstatic int unix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock)
nonblock631net/unix/sock.cif (nonblock) 
nonblock687net/unix/sock.cstatic int unix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock)
nonblock710net/unix/sock.cif (nonblock)