Searched refs:hash2 (Results 1 - 2 of 2) sorted by relevance

/include/linux/
H A Dhash.h89 u32 (*hash2)(const u32 *data, u32 len, u32 seed); member in struct:fast_hash_ops
/include/net/
H A Dudp.h71 * @hash2: hash table, sockets are hashed on (local port, local address)
77 struct udp_hslot *hash2; member in struct:udp_table
95 return &table->hash2[hash & table->mask];

Completed in 81 milliseconds