tag | line | file | source code |
---|---|---|---|
NSOCKETS | 107 | net/socket.c | static int nsockets = NSOCKETS; |
NSOCKETS | 116 | net/socket.c | nsockets = ints[0] ? ints[1] : NSOCKETS; |
NSOCKETS | 52 | net/unix/proc.c | for(i = 0; i < NSOCKETS; i++) |
NSOCKETS | 58 | 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) |