Home
last modified time | relevance | path

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

/linux/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()
914 new_tb2 = kmem_cache_alloc(hinfo->bind2_bucket_cachep, GFP_ATOMIC); in __inet_bhash2_update_saddr()
940 inet_bind2_bucket_destroy(hinfo->bind2_bucket_cachep, inet_csk(sk)->icsk_bind2_hash); in __inet_bhash2_update_saddr()
963 kmem_cache_free(hinfo->bind2_bucket_cachep, new_tb2); in __inet_bhash2_update_saddr()
1100 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.c577 tb2 = inet_bind2_bucket_create(hinfo->bind2_bucket_cachep, in inet_csk_get_port()
601 inet_bind2_bucket_destroy(hinfo->bind2_bucket_cachep, tb2); in inet_csk_get_port()
H A Dtcp.c5081 tcp_hashinfo.bind2_bucket_cachep = in tcp_init()
/linux/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/include/net/
H A Dinet_hashtables.h162 struct kmem_cache *bind2_bucket_cachep; member