tag | line | file | source code |
---|---|---|---|
NSOCKETS | 72 | net/socket.c | static struct socket sockets[NSOCKETS]; |
NSOCKETS | 77 | net/socket.c | #define last_socket (sockets + NSOCKETS - 1) |
NSOCKETS | 45 | net/unix/proc.c | for(i = 0; i < NSOCKETS; i++) { |
NSOCKETS | 54 | net/unix/sock.c | struct unix_proto_data unix_datas[NSOCKETS]; |
NSOCKETS | 42 | net/unix/unix.h | extern struct unix_proto_data unix_datas[NSOCKETS]; |
NSOCKETS | 45 | net/unix/unix.h | #define last_unix_data (unix_datas + NSOCKETS - 1) |