Home
last modified time | relevance | path

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

/linux-3.4.99/net/dccp/
Dproto.c1122 dccp_hashinfo.bind_bucket_cachep = in dccp_init()
1126 if (!dccp_hashinfo.bind_bucket_cachep) in dccp_init()
1224 kmem_cache_destroy(dccp_hashinfo.bind_bucket_cachep); in dccp_init()
1230 dccp_hashinfo.bind_bucket_cachep = NULL; in dccp_init()
1245 kmem_cache_destroy(dccp_hashinfo.bind_bucket_cachep); in dccp_fini()
/linux-3.4.99/net/ipv4/
Dinet_hashtables.c93 inet_bind_bucket_destroy(hashinfo->bind_bucket_cachep, tb); in __inet_put_port()
129 tb = inet_bind_bucket_create(table->bind_bucket_cachep, in __inet_inherit_port()
504 tb = inet_bind_bucket_create(hinfo->bind_bucket_cachep, in __inet_hash_connect()
Dinet_timewait_sock.c61 inet_bind_bucket_destroy(hashinfo->bind_bucket_cachep, tb); in inet_twsk_bind_unhash()
Dinet_connection_sock.c193 if (!tb && (tb = inet_bind_bucket_create(hashinfo->bind_bucket_cachep, in inet_csk_get_port()
Dtcp.c3265 tcp_hashinfo.bind_bucket_cachep = in tcp_init()
/linux-3.4.99/include/net/
Dinet_hashtables.h139 struct kmem_cache *bind_bucket_cachep; member