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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/core/
H A Dflow.c67 static struct kmem_cache *flow_cachep; variable in typeref:struct:kmem_cache
100 kmem_cache_free(flow_cachep, fle);
252 fle = kmem_cache_alloc(flow_cachep, GFP_ATOMIC);
421 flow_cachep = kmem_cache_create("flow_cache",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/core/
H A Dflow.c67 static struct kmem_cache *flow_cachep; variable in typeref:struct:kmem_cache
100 kmem_cache_free(flow_cachep, fle);
252 fle = kmem_cache_alloc(flow_cachep, GFP_ATOMIC);
421 flow_cachep = kmem_cache_create("flow_cache",

Completed in 121 milliseconds