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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dtimewait_sock.h18 struct kmem_cache *twsk_slab; member in struct:timewait_sock_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_timewait_sock.c109 kmem_cache_free(tw->tw_prot->twsk_prot->twsk_slab, tw);
175 kmem_cache_alloc(sk->sk_prot_creator->twsk_prot->twsk_slab,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dsock.c2360 prot->twsk_prot->twsk_slab =
2367 if (prot->twsk_prot->twsk_slab == NULL)
2414 if (prot->twsk_prot != NULL && prot->twsk_prot->twsk_slab != NULL) {
2415 kmem_cache_destroy(prot->twsk_prot->twsk_slab);
2417 prot->twsk_prot->twsk_slab = NULL;

Completed in 162 milliseconds