Home
last modified time | relevance | path

Searched refs:bind_bucket_cachep (Results 1 – 5 of 5) sorted by relevance

/linux/net/dccp/
H A Dproto.c1135 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()
/linux/net/ipv4/
H A Dinet_hashtables.c204 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()
H A Dinet_timewait_sock.c42 inet_bind_bucket_destroy(hashinfo->bind_bucket_cachep, tb); in inet_twsk_bind_unhash()
H A Dtcp.c5088 tcp_hashinfo.bind_bucket_cachep = in tcp_init()
/linux/include/net/
H A Dinet_hashtables.h159 struct kmem_cache *bind_bucket_cachep; member