taglinefilesource code
nonblock57net/kern_sock.hint (*read)(struct socket *sock, char *ubuf, int size, int nonblock);
nonblock58net/kern_sock.hint (*write)(struct socket *sock, char *ubuf, int size, int nonblock);
nonblock62net/kern_sock.hint (*send)(struct socket *sock, void *buff, int len, int nonblock,
nonblock64net/kern_sock.hint (*recv)(struct socket *sock, void *buff, int len, int nonblock,
nonblock66net/kern_sock.hint (*sendto)(struct socket *sock, void *buff, int len, int nonblock,
nonblock68net/kern_sock.hint (*recvfrom)(struct socket *sock, void *buff, int len, int nonblock,
nonblock139net/tcp/sock.cint nonblock);
nonblock141net/tcp/sock.cint nonblock);
nonblock148net/tcp/sock.cint nonblock, unsigned flags);
nonblock150net/tcp/sock.cint nonblock, unsigned flags);
nonblock152net/tcp/sock.cint nonblock, unsigned flags,
nonblock155net/tcp/sock.cint nonblock, unsigned flags,
nonblock120net/tcp/sock.hint nonblock, unsigned flags);
nonblock122net/tcp/sock.hint nonblock, unsigned flags);
nonblock671net/tcp/tcp.cint len, int nonblock, unsigned flags)
nonblock682net/tcp/tcp.csk, from, len, nonblock, flags));
nonblock740net/tcp/tcp.cif (nonblock || copied)
nonblock840net/tcp/tcp.cif (nonblock || copied)
nonblock964net/tcp/tcp.cint len, int nonblock, unsigned flags,
nonblock977net/tcp/tcp.creturn (tcp_write (sk, from, len, nonblock, flags));
nonblock1108net/tcp/tcp.ctcp_read_urg(volatile struct sock * sk, int nonblock,
nonblock1152net/tcp/tcp.cif (nonblock || copied)
nonblock1211net/tcp/tcp.cint len, int nonblock, unsigned flags)
nonblock1229net/tcp/tcp.creturn (tcp_read_urg (sk, nonblock, to, len, flags));
nonblock1239net/tcp/tcp.csk, to, len, nonblock, flags));
nonblock1290net/tcp/tcp.cif (nonblock || copied)
nonblock1415net/tcp/tcp.cif (copied == 0 && nonblock) return (-EAGAIN);
nonblock1529net/tcp/tcp.cint to_len, int nonblock, unsigned flags,
nonblock1532net/tcp/tcp.cint result = tcp_read(sk, to, to_len, nonblock, flags);
nonblock57net/unix.cint nonblock);
nonblock59net/unix.cint nonblock);
nonblock65net/unix.cint nonblock, unsigned flags);
nonblock67net/unix.cint nonblock, unsigned flags);
nonblock69net/unix.cint nonblock, unsigned flags,
nonblock72net/unix.cint nonblock, unsigned flags,
nonblock156net/unix.cunix_proto_sendto(struct socket *sock, void *buff, int len, int nonblock, 
nonblock163net/unix.cunix_proto_recvfrom(struct socket *sock, void *buff, int len, int nonblock, 
nonblock176net/unix.cunix_proto_send(struct socket *sock, void *buff, int len, int nonblock,
nonblock182net/unix.creturn (unix_proto_write (sock, buff, len, nonblock));
nonblock186net/unix.cunix_proto_recv(struct socket *sock, void *buff, int len, int nonblock,
nonblock192net/unix.creturn (unix_proto_read (sock, buff, len, nonblock));
nonblock542net/unix.cunix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock)
nonblock556net/unix.cif (nonblock)
nonblock602net/unix.cunix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock)
nonblock621net/unix.cif (nonblock)