Lines Matching defs:hash
46 * Sockets in TCP_CLOSE state are _always_ taken out of the hash, so
65 unsigned int hash = inet6_ehashfn(net, daddr, hnum, saddr, sport);
66 unsigned int slot = hash & hashinfo->ehash_mask;
72 if (sk->sk_hash != hash)
258 const unsigned int hash = inet6_ehashfn(net, daddr, lport, saddr,
260 struct inet_ehash_bucket *head = inet_ehash_bucket(hinfo, hash);
261 spinlock_t *lock = inet_ehash_lockp(hinfo, hash);
269 if (sk2->sk_hash != hash)
284 * in hash table socket with a funny identity.
288 sk->sk_hash = hash;
301 /* Silly. Should hash-dance instead... */