Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/dccp/
Dproto.c1129 dccp_hashinfo.bind_bucket_cachep = in dccp_init()
1133 if (!dccp_hashinfo.bind_bucket_cachep) in dccp_init()
1229 kmem_cache_destroy(dccp_hashinfo.bind_bucket_cachep); in dccp_init()
1235 dccp_hashinfo.bind_bucket_cachep = NULL; in dccp_init()
1250 kmem_cache_destroy(dccp_hashinfo.bind_bucket_cachep); in dccp_fini()
/kernel/linux/linux-5.10/net/ipv4/
Dinet_hashtables.c128 inet_bind_bucket_destroy(hashinfo->bind_bucket_cachep, tb); in __inet_put_port()
170 tb = inet_bind_bucket_create(table->bind_bucket_cachep, in __inet_inherit_port()
824 tb = inet_bind_bucket_create(hinfo->bind_bucket_cachep, in __inet_hash_connect()
Dinet_timewait_sock.c39 inet_bind_bucket_destroy(hashinfo->bind_bucket_cachep, tb); in inet_twsk_bind_unhash()
Dinet_connection_sock.c387 tb = inet_bind_bucket_create(hinfo->bind_bucket_cachep, in inet_csk_get_port()
Dtcp.c4283 tcp_hashinfo.bind_bucket_cachep = in tcp_init()
/kernel/linux/linux-5.10/include/net/
Dinet_hashtables.h139 struct kmem_cache *bind_bucket_cachep; member