tag | line | file | source code |
---|---|---|---|
NSOCKETS | 82 | include/linux/net.h | extern struct socket sockets[NSOCKETS]; |
NSOCKETS | 83 | include/linux/net.h | #define last_socket (sockets + NSOCKETS - 1) |
NSOCKETS | 72 | net/socket.c | struct socket sockets[NSOCKETS]; |
NSOCKETS | 46 | net/unix/proc.c | for(i = 0; i < NSOCKETS; i++) { |
NSOCKETS | 53 | net/unix/sock.c | struct unix_proto_data unix_datas[NSOCKETS]; |
NSOCKETS | 40 | net/unix/unix.h | extern struct unix_proto_data unix_datas[NSOCKETS]; |
NSOCKETS | 43 | net/unix/unix.h | #define last_unix_data (unix_datas + NSOCKETS - 1) |