taglinefilesource code
ip_rt_hash_code247include/net/route.hfor (rth=ip_rt_hash_table[ip_rt_hash_code(daddr)^local]; rth; rth=rth->rt_next)
ip_rt_hash_code185net/ipv4/route.creturn ip_rt_hash_code(ntohl(dst)>>logmask);
ip_rt_hash_code1117net/ipv4/route.cunsigned long hash = ip_rt_hash_code(dst);
ip_rt_hash_code1475net/ipv4/route.cunsigned hash = ip_rt_hash_code(daddr)^local;
ip_rt_hash_code1593net/ipv4/route.cfor (rth=ip_rt_hash_table[ip_rt_hash_code(daddr)^local]; rth; rth=rth->rt_next)