tag | line | file | source code |
ip_rt_hash_table | 153 | include/net/route.h | extern struct rtable *ip_rt_hash_table[RT_HASH_DIVISOR]; |
ip_rt_hash_table | 195 | include/net/route.h | for (rth=ip_rt_hash_table[ip_rt_hash_code(daddr)^local]; rth; rth=rth->rt_next) |
ip_rt_hash_table | 144 | net/ipv4/route.c | struct rtable *ip_rt_hash_table[RT_HASH_DIVISOR]; |
ip_rt_hash_table | 910 | net/ipv4/route.c | for (r = ip_rt_hash_table[i]; r; r = r->rt_next) |
ip_rt_hash_table | 1051 | net/ipv4/route.c | rthp = &ip_rt_hash_table[i]; |
ip_rt_hash_table | 1146 | net/ipv4/route.c | if (!(rth = ip_rt_hash_table[i])) |
ip_rt_hash_table | 1152 | net/ipv4/route.c | ip_rt_hash_table[i] = NULL; |
ip_rt_hash_table | 1188 | net/ipv4/route.c | if (!ip_rt_hash_table[i]) |
ip_rt_hash_table | 1190 | net/ipv4/route.c | for (rthp=&ip_rt_hash_table[i]; (rth=*rthp); rthp=&rth->rt_next) |
ip_rt_hash_table | 1415 | net/ipv4/route.c | rth->rt_next = ip_rt_hash_table[hash]; |
ip_rt_hash_table | 1426 | net/ipv4/route.c | ip_rt_hash_table[hash] = rth; |
ip_rt_hash_table | 1570 | net/ipv4/route.c | for (rth=ip_rt_hash_table[ip_rt_hash_code(daddr)^local]; rth; rth=rth->rt_next) |