Searched defs:inet_hashinfo (Results 1 – 1 of 1) sorted by relevance
118 struct inet_hashinfo { struct125 struct inet_ehash_bucket *ehash;126 spinlock_t *ehash_locks;127 unsigned int ehash_mask;128 unsigned int ehash_locks_mask;133 struct kmem_cache *bind_bucket_cachep;134 struct inet_bind_hashbucket *bhash;135 unsigned int bhash_size;161 inet_lhash2_bucket(struct inet_hashinfo *h, u32 hash) in inet_lhash2_bucket() argument