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,
nonblock192net/inet/sock.hint len, int nonblock, unsigned flags);
nonblock194net/inet/sock.hint len, int nonblock, unsigned flags);
nonblock847net/inet/tcp.cint len, int nonblock, unsigned flags)
nonblock923net/inet/tcp.cif (nonblock || copied) 
nonblock1053net/inet/tcp.cif (nonblock /* || copied */) 
nonblock1172net/inet/tcp.cint len, int nonblock, unsigned flags,
nonblock1185net/inet/tcp.creturn(tcp_write(sk, from, len, nonblock, flags));
nonblock1353net/inet/tcp.cstatic int tcp_read_urg(struct sock * sk, int nonblock,
nonblock1393net/inet/tcp.cif (nonblock)
nonblock1416net/inet/tcp.cint len, int nonblock, unsigned flags)
nonblock1430net/inet/tcp.creturn tcp_read_urg(sk, nonblock, to, len, flags);
nonblock1497net/inet/tcp.cif (nonblock) 
nonblock1708net/inet/tcp.cint to_len, int nonblock, unsigned flags,
nonblock1721net/inet/tcp.cresult=tcp_read(sk, to, to_len, nonblock, flags);
nonblock74net/unix/sock.cint nonblock);
nonblock76net/unix/sock.cint nonblock);
nonblock82net/unix/sock.cint nonblock, unsigned flags);
nonblock84net/unix/sock.cint nonblock, unsigned flags);
nonblock86net/unix/sock.cint nonblock, unsigned flags,
nonblock89net/unix/sock.cint nonblock, unsigned flags,
nonblock164net/unix/sock.cstatic int unix_proto_sendto(struct socket *sock, void *buff, int len, int nonblock, 
nonblock170net/unix/sock.cstatic int unix_proto_recvfrom(struct socket *sock, void *buff, int len, int nonblock, 
nonblock190net/unix/sock.cstatic int unix_proto_send(struct socket *sock, void *buff, int len, int nonblock,
nonblock195net/unix/sock.creturn(unix_proto_write(sock, (char *) buff, len, nonblock));
nonblock203net/unix/sock.cstatic int unix_proto_recv(struct socket *sock, void *buff, int len, int nonblock,
nonblock208net/unix/sock.creturn(unix_proto_read(sock, (char *) buff, len, nonblock));
nonblock608net/unix/sock.cstatic int unix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock)
nonblock623net/unix/sock.cif (nonblock) 
nonblock673net/unix/sock.cstatic int unix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock)
nonblock693net/unix/sock.cif (nonblock)