taglinefilesource code
ip_rt_hash_code195include/net/route.hfor (rth=ip_rt_hash_table[ip_rt_hash_code(daddr)^local]; rth; rth=rth->rt_next)
ip_rt_hash_code176net/ipv4/route.creturn ip_rt_hash_code(ntohl(dst)>>logmask);
ip_rt_hash_code1106net/ipv4/route.cunsigned long hash = ip_rt_hash_code(dst);
ip_rt_hash_code1464net/ipv4/route.cunsigned hash = ip_rt_hash_code(daddr)^local;
ip_rt_hash_code1567net/ipv4/route.cfor (rth=ip_rt_hash_table[ip_rt_hash_code(daddr)^local]; rth; rth=rth->rt_next)