Lines Matching defs:hash
40 #include <crypto/hash.h>
5195 int hash = 0;
5199 for (head = sctp_ep_hashtable; hash < sctp_ep_hashsize;
5200 hash++, head++) {
8072 * The port hash table (contained in the 'global' SCTP protocol storage
8073 * returned by struct sctp_protocol *sctp_get_protocol()). The hash
8076 * would expect from a hash function, all the ports in a given list have
8089 struct sctp_bind_hashbucket *head; /* hash list */
8134 * hash table list entry) is non-NULL and we hold it's
8141 * exahust the search in the hash list corresponding
8156 /* We had a port hash table hit - there is an
8202 /* If there was a hash table miss, create a new port. */
8233 /* We are set, so fill up all the data in the hash table
9276 struct sctp_bind_bucket *pp; /* hash list port iterator */
9433 .hash = sctp_hash,
9486 .hash = sctp_hash,