tag | line | file | source code |
---|---|---|---|
RTZ_HASH_DIVISOR | 638 | net/ipv4/route.c | ht = kmalloc(RTZ_HASH_DIVISOR*sizeof(struct rtable*), GFP_KERNEL); |
RTZ_HASH_DIVISOR | 642 | net/ipv4/route.c | memset(ht, 0, RTZ_HASH_DIVISOR*sizeof(struct fib_node*)); |
RTZ_HASH_DIVISOR | 776 | net/ipv4/route.c | for (i=0; i<RTZ_HASH_DIVISOR; i++) |
RTZ_HASH_DIVISOR | 844 | net/ipv4/route.c | maxslot = RTZ_HASH_DIVISOR; |