tag | line | file | source code |
NPROTO | 13 | net/core/firewall.c | static int firewall_policy[NPROTO]; |
NPROTO | 14 | net/core/firewall.c | static struct firewall_ops *firewall_chain[NPROTO]; |
NPROTO | 24 | net/core/firewall.c | if(pf<0||pf>=NPROTO) |
NPROTO | 68 | net/core/firewall.c | if(pf<0||pf>=NPROTO) |
NPROTO | 146 | net/core/firewall.c | for(i=0;i<NPROTO;i++) |
NPROTO | 109 | net/socket.c | static struct proto_ops *pops[NPROTO]; |
NPROTO | 516 | net/socket.c | for (i = 0; i < NPROTO; ++i) |
NPROTO | 523 | net/socket.c | if (i == NPROTO) |
NPROTO | 1285 | net/socket.c | for(i = 0; i < NPROTO; i++) |
NPROTO | 1309 | net/socket.c | for(i = 0; i < NPROTO; i++) |
NPROTO | 1350 | net/socket.c | for (i = 0; i < NPROTO; ++i) pops[i] = NULL; |