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,
nonblock189net/inet/sock.hint len, int nonblock, unsigned flags);
nonblock191net/inet/sock.hint len, int nonblock, unsigned flags);
nonblock780net/inet/tcp.cint len, int nonblock, unsigned flags)
nonblock792net/inet/tcp.csk, from, len, nonblock, flags));
nonblock860net/inet/tcp.cif (nonblock || copied) 
nonblock992net/inet/tcp.cif (nonblock /* || copied */) 
nonblock1116net/inet/tcp.cint len, int nonblock, unsigned flags,
nonblock1132net/inet/tcp.creturn(tcp_write(sk, from, len, nonblock, flags));
nonblock1302net/inet/tcp.ctcp_read_urg(struct sock * sk, int nonblock,
nonblock1337net/inet/tcp.cif (nonblock)
nonblock1357net/inet/tcp.cint len, int nonblock, unsigned flags)
nonblock1382net/inet/tcp.creturn tcp_read_urg(sk, nonblock, to, len, flags);
nonblock1442net/inet/tcp.cif (nonblock) {
nonblock1622net/inet/tcp.cint to_len, int nonblock, unsigned flags,
nonblock1643net/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);