tag | line | file | source code |
---|---|---|---|
NSOCKETS | 86 | net/socket.c | static struct socket sockets[NSOCKETS]; |
NSOCKETS | 96 | net/socket.c | #define last_socket (sockets + NSOCKETS - 1) |
NSOCKETS | 52 | net/unix/proc.c | for(i = 0; i < NSOCKETS; i++) |
NSOCKETS | 59 | net/unix/sock.c | struct unix_proto_data unix_datas[NSOCKETS]; |
NSOCKETS | 46 | net/unix/unix.h | extern struct unix_proto_data unix_datas[NSOCKETS]; |
NSOCKETS | 49 | net/unix/unix.h | #define last_unix_data (unix_datas + NSOCKETS - 1) |