Searched refs:bind_bucket_cachep (Results 1 – 5 of 5) sorted by relevance
1135 dccp_hashinfo.bind_bucket_cachep = in dccp_init()1139 if (!dccp_hashinfo.bind_bucket_cachep) in dccp_init()1257 kmem_cache_destroy(dccp_hashinfo.bind_bucket_cachep); in dccp_init()1264 dccp_hashinfo.bind_bucket_cachep = NULL; in dccp_init()1282 kmem_cache_destroy(dccp_hashinfo.bind_bucket_cachep); in dccp_fini()
204 inet_bind_bucket_destroy(hashinfo->bind_bucket_cachep, tb); in __inet_put_port()254 tb = inet_bind_bucket_create(table->bind_bucket_cachep, in __inet_inherit_port()288 inet_bind_bucket_destroy(table->bind_bucket_cachep, tb); in __inet_inherit_port()1069 tb = inet_bind_bucket_create(hinfo->bind_bucket_cachep, in __inet_hash_connect()1152 inet_bind_bucket_destroy(hinfo->bind_bucket_cachep, tb); in __inet_hash_connect()
42 inet_bind_bucket_destroy(hashinfo->bind_bucket_cachep, tb); in inet_twsk_bind_unhash()
5088 tcp_hashinfo.bind_bucket_cachep = in tcp_init()
159 struct kmem_cache *bind_bucket_cachep; member