tag | line | file | source code |
---|---|---|---|
NPROTO | 74 | net/socket.c | static struct proto_ops *pops[NPROTO]; |
NPROTO | 439 | net/socket.c | for (i = 0; i < NPROTO; ++i) { |
NPROTO | 443 | net/socket.c | if (i == NPROTO) { |
NPROTO | 1055 | net/socket.c | for(i = 0; i < NPROTO; i++) { |
NPROTO | 1085 | net/socket.c | for (i = 0; i < NPROTO; ++i) pops[i] = NULL; |