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,
nonblock188net/inet/sock.hint len, int nonblock, unsigned flags);
nonblock190net/inet/sock.hint len, int nonblock, unsigned flags);
nonblock810net/inet/tcp.cint len, int nonblock, unsigned flags)
nonblock822net/inet/tcp.csk, from, len, nonblock, flags));
nonblock873net/inet/tcp.cif (nonblock || copied) {
nonblock978net/inet/tcp.cif (nonblock /* || copied */) {
nonblock1083net/inet/tcp.cint len, int nonblock, unsigned flags,
nonblock1093net/inet/tcp.creturn(tcp_write(sk, from, len, nonblock, flags));
nonblock1248net/inet/tcp.ctcp_read_urg(struct sock * sk, int nonblock,
nonblock1283net/inet/tcp.cif (nonblock)
nonblock1303net/inet/tcp.cint len, int nonblock, unsigned flags)
nonblock1328net/inet/tcp.creturn tcp_read_urg(sk, nonblock, to, len, flags);
nonblock1388net/inet/tcp.cif (nonblock) {
nonblock1545net/inet/tcp.cint to_len, int nonblock, unsigned flags,
nonblock1566net/inet/tcp.cresult=tcp_read(sk, to, to_len, nonblock, flags);
nonblock72net/unix/sock.cint nonblock);
nonblock74net/unix/sock.cint nonblock);
nonblock80net/unix/sock.cint nonblock, unsigned flags);
nonblock82net/unix/sock.cint nonblock, unsigned flags);
nonblock84net/unix/sock.cint nonblock, unsigned flags,
nonblock87net/unix/sock.cint nonblock, unsigned flags,
nonblock193net/unix/sock.cunix_proto_sendto(struct socket *sock, void *buff, int len, int nonblock, 
nonblock200net/unix/sock.cunix_proto_recvfrom(struct socket *sock, void *buff, int len, int nonblock, 
nonblock216net/unix/sock.cunix_proto_send(struct socket *sock, void *buff, int len, int nonblock,
nonblock220net/unix/sock.creturn(unix_proto_write(sock, (char *) buff, len, nonblock));
nonblock226net/unix/sock.cunix_proto_recv(struct socket *sock, void *buff, int len, int nonblock,
nonblock230net/unix/sock.creturn(unix_proto_read(sock, (char *) buff, len, nonblock));
nonblock601net/unix/sock.cunix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock)
nonblock615net/unix/sock.cif (nonblock) return(-EAGAIN);
nonblock666net/unix/sock.cunix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock)
nonblock685net/unix/sock.cif (nonblock) return(-EAGAIN);