Searched refs:ccid_hc_tx_slab (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dccid.c99 ccid_ops->ccid_hc_tx_slab =
103 if (ccid_ops->ccid_hc_tx_slab == NULL)
121 ccid_kmem_cache_destroy(ccid_ops->ccid_hc_tx_slab);
122 ccid_ops->ccid_hc_tx_slab = NULL;
138 ccid_kmem_cache_destroy(ccid_ops->ccid_hc_tx_slab);
139 ccid_ops->ccid_hc_tx_slab = NULL;
176 ccid_ops->ccid_hc_tx_slab, gfp);
198 ccid_ops->ccid_hc_tx_slab, ccid);
236 kmem_cache_free(ccid_ops->ccid_hc_tx_slab, ccid);
H A Dccid.h32 struct kmem_cache *ccid_hc_tx_slab; member in struct:ccid_operations

Completed in 83 milliseconds