| tag | line | file | source code | 
|---|---|---|---|
| NSOCKETS | 75 | net/socket.c | static struct socket sockets[NSOCKETS]; | 
| NSOCKETS | 76 | net/socket.c | #define last_socket (sockets + NSOCKETS - 1) | 
| NSOCKETS | 27 | net/unix.c | } unix_datas[NSOCKETS]; | 
| NSOCKETS | 28 | net/unix.c | #define last_unix_data (unix_datas + NSOCKETS - 1) |