Searched refs:fle (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.c87 static int flow_entry_valid(struct flow_cache_entry *fle) argument
89 if (atomic_read(&flow_cache_genid) != fle->genid)
91 if (fle->object && !fle->object->ops->check(fle->object))
96 static void flow_entry_kill(struct flow_cache_entry *fle) argument
98 if (fle->object)
99 fle->object->ops->delete(fle->object);
100 kmem_cache_free(flow_cachep, fle);
134 struct flow_cache_entry *fle; local
220 struct flow_cache_entry *fle, *tfle; local
302 struct flow_cache_entry *fle; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/core/
H A Dflow.c87 static int flow_entry_valid(struct flow_cache_entry *fle) argument
89 if (atomic_read(&flow_cache_genid) != fle->genid)
91 if (fle->object && !fle->object->ops->check(fle->object))
96 static void flow_entry_kill(struct flow_cache_entry *fle) argument
98 if (fle->object)
99 fle->object->ops->delete(fle->object);
100 kmem_cache_free(flow_cachep, fle);
134 struct flow_cache_entry *fle; local
220 struct flow_cache_entry *fle, *tfle; local
302 struct flow_cache_entry *fle; local
[all...]

Completed in 105 milliseconds