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,
nonblock186net/inet/sock.hint len, int nonblock, unsigned flags);
nonblock188net/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) {
nonblock981net/inet/tcp.cif (nonblock /* || copied */) {
nonblock1086net/inet/tcp.cint len, int nonblock, unsigned flags,
nonblock1096net/inet/tcp.creturn(tcp_write(sk, from, len, nonblock, flags));
nonblock1251net/inet/tcp.ctcp_read_urg(struct sock * sk, int nonblock,
nonblock1291net/inet/tcp.cif (nonblock || copied) {
nonblock1348net/inet/tcp.cint len, int nonblock, unsigned flags)
nonblock1370net/inet/tcp.creturn(tcp_read_urg(sk, nonblock, to, len, flags));
nonblock1378net/inet/tcp.csk, to, len, nonblock, flags));
nonblock1427net/inet/tcp.cif (nonblock || copied) 
nonblock1567net/inet/tcp.cif (copied == 0 && nonblock) 
nonblock1666net/inet/tcp.cint to_len, int nonblock, unsigned flags,
nonblock1687net/inet/tcp.cresult=tcp_read(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,
nonblock192net/unix/sock.cunix_proto_sendto(struct socket *sock, void *buff, int len, int nonblock, 
nonblock199net/unix/sock.cunix_proto_recvfrom(struct socket *sock, void *buff, int len, int nonblock, 
nonblock215net/unix/sock.cunix_proto_send(struct socket *sock, void *buff, int len, int nonblock,
nonblock219net/unix/sock.creturn(unix_proto_write(sock, (char *) buff, len, nonblock));
nonblock225net/unix/sock.cunix_proto_recv(struct socket *sock, void *buff, int len, int nonblock,
nonblock229net/unix/sock.creturn(unix_proto_read(sock, (char *) buff, len, nonblock));
nonblock599net/unix/sock.cunix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock)
nonblock613net/unix/sock.cif (nonblock) return(-EAGAIN);
nonblock664net/unix/sock.cunix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock)
nonblock683net/unix/sock.cif (nonblock) return(-EAGAIN);