Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dinet_hashtables.c200 inet_bind2_bucket_destroy(hashinfo->bind2_bucket_cachep, tb2); in __inet_put_port()
272 tb2 = inet_bind2_bucket_create(table->bind2_bucket_cachep, in __inet_inherit_port()
927 new_tb2 = kmem_cache_alloc(hinfo->bind2_bucket_cachep, GFP_ATOMIC); in __inet_bhash2_update_saddr()
953 inet_bind2_bucket_destroy(hinfo->bind2_bucket_cachep, inet_csk(sk)->icsk_bind2_hash); in __inet_bhash2_update_saddr()
976 kmem_cache_free(hinfo->bind2_bucket_cachep, new_tb2); in __inet_bhash2_update_saddr()
1134 tb2 = inet_bind2_bucket_create(hinfo->bind2_bucket_cachep, net, in __inet_hash_connect()
H A Dinet_timewait_sock.c41 inet_bind2_bucket_destroy(hashinfo->bind2_bucket_cachep, tb2); in inet_twsk_bind_unhash()
H A Dinet_connection_sock.c575 tb2 = inet_bind2_bucket_create(hinfo->bind2_bucket_cachep, in inet_csk_get_port()
599 inet_bind2_bucket_destroy(hinfo->bind2_bucket_cachep, tb2); in inet_csk_get_port()
H A Dtcp.c5142 tcp_hashinfo.bind2_bucket_cachep = in tcp_init()
/linux-6.15/net/dccp/
H A Dproto.c1141 dccp_hashinfo.bind2_bucket_cachep = in dccp_init()
1145 if (!dccp_hashinfo.bind2_bucket_cachep) in dccp_init()
1255 kmem_cache_destroy(dccp_hashinfo.bind2_bucket_cachep); in dccp_init()
1265 dccp_hashinfo.bind2_bucket_cachep = NULL; in dccp_init()
/linux-6.15/include/net/
H A Dinet_hashtables.h163 struct kmem_cache *bind2_bucket_cachep; member