Searched refs:bind_bucket_cachep (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ |
H A D | proto.c | 1139 dccp_hashinfo.bind_bucket_cachep = in dccp_init() 1143 if (!dccp_hashinfo.bind_bucket_cachep) in dccp_init() 1239 kmem_cache_destroy(dccp_hashinfo.bind_bucket_cachep); in dccp_init() 1245 dccp_hashinfo.bind_bucket_cachep = NULL; in dccp_init() 1260 kmem_cache_destroy(dccp_hashinfo.bind_bucket_cachep); in dccp_fini()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | inet_hashtables.c | 198 inet_bind_bucket_destroy(hashinfo->bind_bucket_cachep, tb); in __inet_put_port() 259 tb = inet_bind_bucket_create(table->bind_bucket_cachep, in __inet_inherit_port() 294 inet_bind_bucket_destroy(table->bind_bucket_cachep, tb); in __inet_inherit_port() 1071 tb = inet_bind_bucket_create(hinfo->bind_bucket_cachep, in __inet_hash_connect() 1153 inet_bind_bucket_destroy(hinfo->bind_bucket_cachep, tb); in __inet_hash_connect()
|
H A D | inet_timewait_sock.c | 40 inet_bind_bucket_destroy(hashinfo->bind_bucket_cachep, tb); in inet_twsk_bind_unhash()
|
H A D | inet_connection_sock.c | 542 tb = inet_bind_bucket_create(hinfo->bind_bucket_cachep, net, in inet_csk_get_port() 593 inet_bind_bucket_destroy(hinfo->bind_bucket_cachep, tb); in inet_csk_get_port()
|
H A D | tcp.c | 4660 tcp_hashinfo.bind_bucket_cachep = in tcp_init()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | proto.c | 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()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | inet_hashtables.c | 128 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() 811 tb = inet_bind_bucket_create(hinfo->bind_bucket_cachep, in __inet_hash_connect()
|
H A D | inet_timewait_sock.c | 39 inet_bind_bucket_destroy(hashinfo->bind_bucket_cachep, tb); in inet_twsk_bind_unhash()
|
H A D | inet_connection_sock.c | 387 tb = inet_bind_bucket_create(hinfo->bind_bucket_cachep, in inet_csk_get_port()
|
H A D | tcp.c | 4373 tcp_hashinfo.bind_bucket_cachep = in tcp_init()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_hashtables.h | 139 struct kmem_cache *bind_bucket_cachep; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_hashtables.h | 164 struct kmem_cache *bind_bucket_cachep; member
|
Completed in 22 milliseconds