Searched refs:jhash_2words (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | jhash.h | 133 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() function
|
/linux-2.4.37.9/net/decnet/ |
D | dn_neigh.c | 125 return jhash_2words(*(dn_address *)pkey, 0, dn_neigh_table.hash_rnd); in dn_neigh_hash()
|
/linux-2.4.37.9/net/atm/ |
D | clip.c | 313 return jhash_2words(*(u32 *)pkey, dev->ifindex, clip_tbl.hash_rnd); in clip_hash()
|
/linux-2.4.37.9/net/ipv4/ |
D | arp.c | 225 return jhash_2words(*(u32 *)pkey, dev->ifindex, arp_tbl.hash_rnd); in arp_hash()
|
D | tcp_ipv4.c | 876 return (jhash_2words(raddr, (u32) rport, rnd) & (TCP_SYNQ_HSIZE - 1)); in tcp_v4_synq_hash()
|
/linux-2.4.37.9/net/ipv6/ |
D | ndisc.c | 251 return jhash_2words(addr_hash, dev->ifindex, nd_tbl.hash_rnd); in ndisc_hash()
|