Lines Matching defs:hash
40 #include <crypto/hash.h>
5311 int hash = 0;
5315 for (head = sctp_ep_hashtable; hash < sctp_ep_hashsize;
5316 hash++, head++) {
8321 * The port hash table (contained in the 'global' SCTP protocol storage
8322 * returned by struct sctp_protocol *sctp_get_protocol()). The hash
8325 * would expect from a hash function, all the ports in a given list have
8338 struct sctp_bind_hashbucket *head; /* hash list */
8383 * hash table list entry) is non-NULL and we hold it's
8390 * exahust the search in the hash list corresponding
8405 /* We had a port hash table hit - there is an
8454 /* If there was a hash table miss, create a new port. */
8485 /* We are set, so fill up all the data in the hash table
9520 struct sctp_bind_bucket *pp; /* hash list port iterator */
9677 .hash = sctp_hash,
9733 .hash = sctp_hash,