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

/net/core/
H A Dflow.c65 static int flow_entry_valid(struct flow_cache_entry *fle, argument
68 if (atomic_read(&xfrm->flow_cache_genid) != fle->genid)
70 if (fle->object && !fle->object->ops->check(fle->object))
75 static void flow_entry_kill(struct flow_cache_entry *fle, argument
78 if (fle->object)
79 fle->object->ops->delete(fle->object);
80 kmem_cache_free(flow_cachep, fle);
116 struct flow_cache_entry *fle; local
197 struct flow_cache_entry *fle, *tfle; local
286 struct flow_cache_entry *fle; local
[all...]

Completed in 55 milliseconds