taglinefilesource code
nonblock103include/linux/net.hint nonblock);
nonblock105include/linux/net.hint nonblock);
nonblock111include/linux/net.hint  (*send)    (struct socket *sock, void *buff, int len, int nonblock,
nonblock113include/linux/net.hint  (*recv)    (struct socket *sock, void *buff, int len, int nonblock,
nonblock115include/linux/net.hint  (*sendto)  (struct socket *sock, void *buff, int len, int nonblock,
nonblock117include/linux/net.hint  (*recvfrom)  (struct socket *sock, void *buff, int len, int nonblock,
nonblock114net/inet/sock.hint len, int nonblock, unsigned flags);
nonblock116net/inet/sock.hint len, int nonblock, unsigned flags);
nonblock596net/inet/tcp.cint len, int nonblock, unsigned flags)
nonblock607net/inet/tcp.csk, from, len, nonblock, flags));
nonblock653net/inet/tcp.cif (nonblock || copied) {
nonblock749net/inet/tcp.cif (nonblock || copied) {
nonblock859net/inet/tcp.cint len, int nonblock, unsigned flags,
nonblock869net/inet/tcp.creturn(tcp_write(sk, from, len, nonblock, flags));
nonblock1011net/inet/tcp.ctcp_read_urg(struct sock * sk, int nonblock,
nonblock1049net/inet/tcp.cif (nonblock || copied) {
nonblock1104net/inet/tcp.cint len, int nonblock, unsigned flags)
nonblock1120net/inet/tcp.cif ((flags & MSG_OOB)) return(tcp_read_urg(sk, nonblock, to, len, flags));
nonblock1128net/inet/tcp.csk, to, len, nonblock, flags));
nonblock1171net/inet/tcp.cif (nonblock || copied) {
nonblock1286net/inet/tcp.cif (copied == 0 && nonblock) return(-EAGAIN);
nonblock1382net/inet/tcp.cint to_len, int nonblock, unsigned flags,
nonblock1387net/inet/tcp.cint result = tcp_read(sk, to, to_len, nonblock, flags);
nonblock56net/unix/sock.cint nonblock);
nonblock58net/unix/sock.cint nonblock);
nonblock64net/unix/sock.cint nonblock, unsigned flags);
nonblock66net/unix/sock.cint nonblock, unsigned flags);
nonblock68net/unix/sock.cint nonblock, unsigned flags,
nonblock71net/unix/sock.cint nonblock, unsigned flags,
nonblock154net/unix/sock.cunix_proto_sendto(struct socket *sock, void *buff, int len, int nonblock, 
nonblock161net/unix/sock.cunix_proto_recvfrom(struct socket *sock, void *buff, int len, int nonblock, 
nonblock177net/unix/sock.cunix_proto_send(struct socket *sock, void *buff, int len, int nonblock,
nonblock181net/unix/sock.creturn(unix_proto_write(sock, (char *) buff, len, nonblock));
nonblock187net/unix/sock.cunix_proto_recv(struct socket *sock, void *buff, int len, int nonblock,
nonblock191net/unix/sock.creturn(unix_proto_read(sock, (char *) buff, len, nonblock));
nonblock550net/unix/sock.cunix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock)
nonblock563net/unix/sock.cif (nonblock) return(-EAGAIN);
nonblock606net/unix/sock.cunix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock)
nonblock624net/unix/sock.cif (nonblock) return(-EAGAIN);