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 | 198 | 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 | 148 | net/ipv4/route.c | struct rtable *ip_rt_hash_table[RT_HASH_DIVISOR]; |
ip_rt_hash_table | 914 | net/ipv4/route.c | for (r = ip_rt_hash_table[i]; r; r = r->rt_next) |
ip_rt_hash_table | 1055 | net/ipv4/route.c | rthp = &ip_rt_hash_table[i]; |
ip_rt_hash_table | 1150 | net/ipv4/route.c | if (!(rth = ip_rt_hash_table[i])) |
ip_rt_hash_table | 1156 | net/ipv4/route.c | ip_rt_hash_table[i] = NULL; |
ip_rt_hash_table | 1192 | net/ipv4/route.c | if (!ip_rt_hash_table[i]) |
ip_rt_hash_table | 1194 | net/ipv4/route.c | for (rthp=&ip_rt_hash_table[i]; (rth=*rthp); rthp=&rth->rt_next) |
ip_rt_hash_table | 1419 | net/ipv4/route.c | rth->rt_next = ip_rt_hash_table[hash]; |
ip_rt_hash_table | 1430 | net/ipv4/route.c | ip_rt_hash_table[hash] = rth; |
ip_rt_hash_table | 1579 | net/ipv4/route.c | for (rth=ip_rt_hash_table[ip_rt_hash_code(daddr)^local]; rth; rth=rth->rt_next) |