taglinefilesource code
ip_rt_hash_code198include/net/route.hfor (rth=ip_rt_hash_table[ip_rt_hash_code(daddr)^local]; rth; rth=rth->rt_next)
ip_rt_hash_code182net/ipv4/route.creturn ip_rt_hash_code(ntohl(dst)>>logmask);
ip_rt_hash_code1113net/ipv4/route.cunsigned long hash = ip_rt_hash_code(dst);
ip_rt_hash_code1471net/ipv4/route.cunsigned hash = ip_rt_hash_code(daddr)^local;
ip_rt_hash_code1579net/ipv4/route.cfor (rth=ip_rt_hash_table[ip_rt_hash_code(daddr)^local]; rth; rth=rth->rt_next)