HomeSort by: relevance | last modified time | path
    Searched defs:frcache (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dist/pf/net/
pf_norm.c 278 struct pf_frcache *frcache; local in function:pf_free_fragment
291 for (frcache = LIST_FIRST(&frag->fr_cache); frcache;
292 frcache = LIST_FIRST(&frag->fr_cache)) {
293 LIST_REMOVE(frcache, fr_next);
297 frcache->fr_end);
299 pool_put(&pf_cent_pl, frcache);
pf_norm.c 278 struct pf_frcache *frcache; local in function:pf_free_fragment
291 for (frcache = LIST_FIRST(&frag->fr_cache); frcache;
292 frcache = LIST_FIRST(&frag->fr_cache)) {
293 LIST_REMOVE(frcache, fr_next);
297 frcache->fr_end);
299 pool_put(&pf_cent_pl, frcache);

Completed in 23 milliseconds