tag | line | file | source code |
---|---|---|---|
ip_rt_hash_code | 143 | include/net/route.h | for (rth=ip_rt_hash_table[ip_rt_hash_code(daddr)^local]; rth; rth=rth->rt_next) |
ip_rt_hash_code | 185 | net/ipv4/route.c | return ip_rt_hash_code(ntohl(dst)>>logmask); |
ip_rt_hash_code | 1037 | net/ipv4/route.c | unsigned long hash = ip_rt_hash_code(dst); |
ip_rt_hash_code | 1395 | net/ipv4/route.c | unsigned hash = ip_rt_hash_code(daddr)^local; |
ip_rt_hash_code | 1513 | net/ipv4/route.c | for (rth=ip_rt_hash_table[ip_rt_hash_code(daddr)^local]; rth; rth=rth->rt_next) |