Home
last modified time | relevance | path

Searched refs:twsk_slab (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dtimewait_sock.h15 struct kmem_cache *twsk_slab; member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dinet_timewait_sock.c73 kmem_cache_free(tw->tw_prot->twsk_prot->twsk_slab, tw); in inet_twsk_free()
164 tw = kmem_cache_alloc(sk->sk_prot_creator->twsk_prot->twsk_slab, in inet_twsk_alloc()
/OK3568_Linux_fs/kernel/net/core/
H A Dsock.c3443 kmem_cache_destroy(twsk_prot->twsk_slab); in tw_prot_cleanup()
3444 twsk_prot->twsk_slab = NULL; in tw_prot_cleanup()
3509 prot->twsk_prot->twsk_slab = in proto_register()
3516 if (prot->twsk_prot->twsk_slab == NULL) in proto_register()