taglinefilesource code
nonblock53net/kern_sock.hint (*read)(struct socket *sock, char *ubuf, int size, int nonblock);
nonblock54net/kern_sock.hint (*write)(struct socket *sock, char *ubuf, int size, int nonblock);
nonblock58net/kern_sock.hint (*send)(struct socket *sock, void *buff, int len, int nonblock,
nonblock60net/kern_sock.hint (*recv)(struct socket *sock, void *buff, int len, int nonblock,
nonblock62net/kern_sock.hint (*sendto)(struct socket *sock, void *buff, int len, int nonblock,
nonblock64net/kern_sock.hint (*recvfrom)(struct socket *sock, void *buff, int len, int nonblock,
nonblock126net/tcp/sock.cint nonblock);
nonblock128net/tcp/sock.cint nonblock);
nonblock135net/tcp/sock.cint nonblock, unsigned flags);
nonblock137net/tcp/sock.cint nonblock, unsigned flags);
nonblock139net/tcp/sock.cint nonblock, unsigned flags,
nonblock142net/tcp/sock.cint nonblock, unsigned flags,
nonblock112net/tcp/sock.hint nonblock, unsigned flags);
nonblock114net/tcp/sock.hint nonblock, unsigned flags);
nonblock633net/tcp/tcp.cint len, int nonblock, unsigned flags)
nonblock644net/tcp/tcp.csk, from, len, nonblock, flags));
nonblock677net/tcp/tcp.cif (nonblock)
nonblock777net/tcp/tcp.cif (nonblock)
nonblock901net/tcp/tcp.cint len, int nonblock, unsigned flags,
nonblock914net/tcp/tcp.creturn (tcp_write (sk, from, len, nonblock, flags));
nonblock1039net/tcp/tcp.ctcp_read_urg(volatile struct sock * sk, int nonblock,
nonblock1082net/tcp/tcp.cif (nonblock)
nonblock1136net/tcp/tcp.cint len, int nonblock, unsigned flags)
nonblock1154net/tcp/tcp.creturn (tcp_read_urg (sk, nonblock, to, len, flags));
nonblock1164net/tcp/tcp.csk, to, len, nonblock, flags));
nonblock1209net/tcp/tcp.cif (nonblock)
nonblock1322net/tcp/tcp.cif (copied == 0 && nonblock) return (-EAGAIN);
nonblock1432net/tcp/tcp.cint to_len, int nonblock, unsigned flags,
nonblock1435net/tcp/tcp.cint result = tcp_read(sk, to, to_len, nonblock, flags);
nonblock56net/unix.cint nonblock);
nonblock58net/unix.cint nonblock);
nonblock64net/unix.cint nonblock, unsigned flags);
nonblock66net/unix.cint nonblock, unsigned flags);
nonblock68net/unix.cint nonblock, unsigned flags,
nonblock71net/unix.cint nonblock, unsigned flags,
nonblock148net/unix.cunix_proto_sendto(struct socket *sock, void *buff, int len, int nonblock, 
nonblock155net/unix.cunix_proto_recvfrom(struct socket *sock, void *buff, int len, int nonblock, 
nonblock168net/unix.cunix_proto_send(struct socket *sock, void *buff, int len, int nonblock,
nonblock174net/unix.creturn (unix_proto_write (sock, buff, len, nonblock));
nonblock178net/unix.cunix_proto_recv(struct socket *sock, void *buff, int len, int nonblock,
nonblock184net/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)
nonblock606net/unix.cunix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock)
nonblock625net/unix.cif (nonblock)