Searched defs:inet_hashinfo (Results 1 – 1 of 1) sorted by relevance
127 struct inet_hashinfo { struct134 struct inet_ehash_bucket *ehash;135 spinlock_t *ehash_locks;136 unsigned int ehash_mask;137 unsigned int ehash_locks_mask;142 struct kmem_cache *bind_bucket_cachep;143 struct inet_bind_hashbucket *bhash;144 unsigned int bhash_size;170 inet_lhash2_bucket(struct inet_hashinfo *h, u32 hash) in inet_lhash2_bucket() argument