tag | line | file | source code |
---|---|---|---|
unix_proto_read | 69 | net/unix/sock.c | static int unix_proto_read(struct socket *sock, char *ubuf, int size, |
unix_proto_read | 205 | net/unix/sock.c | return(unix_proto_read(sock, (char *) buff, len, nonblock)); |
unix_proto_read | 868 | net/unix/sock.c | unix_proto_read, |