taglinefilesource code
nonblock104include/linux/net.hint nonblock);
nonblock106include/linux/net.hint nonblock);
nonblock112include/linux/net.hint  (*send)    (struct socket *sock, void *buff, int len, int nonblock,
nonblock114include/linux/net.hint  (*recv)    (struct socket *sock, void *buff, int len, int nonblock,
nonblock116include/linux/net.hint  (*sendto)  (struct socket *sock, void *buff, int len, int nonblock,
nonblock118include/linux/net.hint  (*recvfrom)  (struct socket *sock, void *buff, int len, int nonblock,
nonblock215net/inet/sock.hint len, int nonblock, unsigned flags);
nonblock217net/inet/sock.hint len, int nonblock, unsigned flags);
nonblock1439net/inet/tcp.cint len, int nonblock, unsigned flags)
nonblock1514net/inet/tcp.cif (nonblock || copied) 
nonblock1645net/inet/tcp.cif (nonblock) 
nonblock1768net/inet/tcp.cint len, int nonblock, unsigned flags,
nonblock1783net/inet/tcp.creturn tcp_write(sk, from, len, nonblock, flags);
nonblock1957net/inet/tcp.cstatic int tcp_read_urg(struct sock * sk, int nonblock,
nonblock2015net/inet/tcp.cint len, int nonblock, unsigned flags)
nonblock2035net/inet/tcp.creturn tcp_read_urg(sk, nonblock, to, len, flags);
nonblock2115net/inet/tcp.cif (nonblock) 
nonblock2460net/inet/tcp.cint to_len, int nonblock, unsigned flags,
nonblock2473net/inet/tcp.cresult=tcp_read(sk, to, to_len, nonblock, flags);
nonblock73net/unix/sock.cint nonblock);
nonblock75net/unix/sock.cint nonblock);
nonblock81net/unix/sock.cint nonblock, unsigned flags);
nonblock83net/unix/sock.cint nonblock, unsigned flags);
nonblock85net/unix/sock.cint nonblock, unsigned flags,
nonblock88net/unix/sock.cint nonblock, unsigned flags,
nonblock163net/unix/sock.cstatic int unix_proto_sendto(struct socket *sock, void *buff, int len, int nonblock, 
nonblock169net/unix/sock.cstatic int unix_proto_recvfrom(struct socket *sock, void *buff, int len, int nonblock, 
nonblock189net/unix/sock.cstatic int unix_proto_send(struct socket *sock, void *buff, int len, int nonblock,
nonblock194net/unix/sock.creturn(unix_proto_write(sock, (char *) buff, len, nonblock));
nonblock202net/unix/sock.cstatic int unix_proto_recv(struct socket *sock, void *buff, int len, int nonblock,
nonblock207net/unix/sock.creturn(unix_proto_read(sock, (char *) buff, len, nonblock));
nonblock609net/unix/sock.cstatic int unix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock)
nonblock624net/unix/sock.cif (nonblock) 
nonblock679net/unix/sock.cstatic int unix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock)
nonblock700net/unix/sock.cif (nonblock)