Lines Matching refs:inet_bind2_bucket
102 static void inet_bind2_bucket_init(struct inet_bind2_bucket *tb2, in inet_bind2_bucket_init()
128 struct inet_bind2_bucket *inet_bind2_bucket_create(struct kmem_cache *cachep, in inet_bind2_bucket_create()
134 struct inet_bind2_bucket *tb2 = kmem_cache_alloc(cachep, GFP_ATOMIC); in inet_bind2_bucket_create()
143 void inet_bind2_bucket_destroy(struct kmem_cache *cachep, struct inet_bind2_bucket *tb) in inet_bind2_bucket_destroy()
152 static bool inet_bind2_bucket_addr_match(const struct inet_bind2_bucket *tb2, in inet_bind2_bucket_addr_match()
166 struct inet_bind2_bucket *tb2, unsigned short port) in inet_bind_hash()
196 struct inet_bind2_bucket *tb2 = inet_csk(sk)->icsk_bind2_hash; in __inet_put_port()
224 struct inet_bind2_bucket *tb2; in __inet_inherit_port()
815 static bool inet_bind2_bucket_match(const struct inet_bind2_bucket *tb, in inet_bind2_bucket_match()
826 bool inet_bind2_bucket_match_addr_any(const struct inet_bind2_bucket *tb, const struct net *net, in inet_bind2_bucket_match_addr_any()
848 struct inet_bind2_bucket *
852 struct inet_bind2_bucket *bhash2 = NULL; in inet_bind2_bucket_find()
894 struct inet_bind2_bucket *tb2, *new_tb2; in __inet_bhash2_update_saddr()
1004 struct inet_bind2_bucket *tb2; in __inet_hash_connect()