Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/include/net/
H A Dinet_hashtables.h160 struct kmem_cache *bind_bucket_cachep; member
/linux-6.15/net/ipv4/
H A Dinet_hashtables.c254 tb = inet_bind_bucket_create(table->bind_bucket_cachep, in __inet_inherit_port()
1102 tb = inet_bind_bucket_create(hinfo->bind_bucket_cachep, in __inet_hash_connect()
H A Dinet_connection_sock.c548 tb = inet_bind_bucket_create(hinfo->bind_bucket_cachep, net, in inet_csk_get_port()
H A Dtcp.c5136 tcp_hashinfo.bind_bucket_cachep = in tcp_init()