Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dinet_hashtables.c241 inet_bind2_bucket_destroy(hashinfo->bind2_bucket_cachep, tb2); in __inet_put_port()
312 tb2 = inet_bind2_bucket_create(table->bind2_bucket_cachep, in __inet_inherit_port()
958 new_tb2 = kmem_cache_alloc(hinfo->bind2_bucket_cachep, GFP_ATOMIC); in __inet_bhash2_update_saddr()
984 inet_bind2_bucket_destroy(hinfo->bind2_bucket_cachep, inet_csk(sk)->icsk_bind2_hash); in __inet_bhash2_update_saddr()
1011 kmem_cache_free(hinfo->bind2_bucket_cachep, new_tb2); in __inet_bhash2_update_saddr()
1188 tb2 = inet_bind2_bucket_create(hinfo->bind2_bucket_cachep, net, in __inet_hash_connect()
H A Dinet_connection_sock.c562 tb2 = inet_bind2_bucket_create(hinfo->bind2_bucket_cachep, in inet_csk_get_port()
586 inet_bind2_bucket_destroy(hinfo->bind2_bucket_cachep, tb2); in inet_csk_get_port()
H A Dtcp.c5309 tcp_hashinfo.bind2_bucket_cachep = in tcp_init()
/linux/net/dccp/
H A Dproto.c
/linux/include/net/
H A Dinet_hashtables.h165 struct kmem_cache *bind2_bucket_cachep; member