Home
last modified time | relevance | path

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

/linux-4.4.14/net/dccp/
Dproto.c1120 dccp_hashinfo.bind_bucket_cachep = in dccp_init()
1124 if (!dccp_hashinfo.bind_bucket_cachep) in dccp_init()
1220 kmem_cache_destroy(dccp_hashinfo.bind_bucket_cachep); in dccp_init()
1226 dccp_hashinfo.bind_bucket_cachep = NULL; in dccp_init()
1241 kmem_cache_destroy(dccp_hashinfo.bind_bucket_cachep); in dccp_fini()
/linux-4.4.14/net/ipv4/
Dinet_hashtables.c117 inet_bind_bucket_destroy(hashinfo->bind_bucket_cachep, tb); in __inet_put_port()
156 tb = inet_bind_bucket_create(table->bind_bucket_cachep, in __inet_inherit_port()
557 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.c216 if (!tb && (tb = inet_bind_bucket_create(hashinfo->bind_bucket_cachep, in inet_csk_get_port()
Dtcp.c3125 tcp_hashinfo.bind_bucket_cachep = in tcp_init()
/linux-4.4.14/include/net/
Dinet_hashtables.h136 struct kmem_cache *bind_bucket_cachep; member