Searched refs:bind2_bucket_cachep (Results 1 – 5 of 5) sorted by relevance
| /linux/net/ipv4/ |
| H A D | inet_hashtables.c | 236 inet_bind2_bucket_destroy(hashinfo->bind2_bucket_cachep, tb2); in __inet_put_port() 308 tb2 = inet_bind2_bucket_create(table->bind2_bucket_cachep, in __inet_inherit_port() 951 new_tb2 = kmem_cache_alloc(hinfo->bind2_bucket_cachep, GFP_ATOMIC); in __inet_bhash2_update_saddr() 977 inet_bind2_bucket_destroy(hinfo->bind2_bucket_cachep, inet_csk(sk)->icsk_bind2_hash); in __inet_bhash2_update_saddr() 1004 kmem_cache_free(hinfo->bind2_bucket_cachep, new_tb2); in __inet_bhash2_update_saddr() 1162 tb2 = inet_bind2_bucket_create(hinfo->bind2_bucket_cachep, net, in __inet_hash_connect()
|
| H A D | inet_timewait_sock.c | 42 inet_bind2_bucket_destroy(hashinfo->bind2_bucket_cachep, tb2); in inet_twsk_bind_unhash()
|
| H A D | inet_connection_sock.c | 563 tb2 = inet_bind2_bucket_create(hinfo->bind2_bucket_cachep, in inet_csk_get_port() 587 inet_bind2_bucket_destroy(hinfo->bind2_bucket_cachep, tb2); in inet_csk_get_port()
|
| H A D | tcp.c | 5290 tcp_hashinfo.bind2_bucket_cachep = in tcp_init()
|
| /linux/include/net/ |
| H A D | inet_hashtables.h | 165 struct kmem_cache *bind2_bucket_cachep; member
|