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

/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c395 struct pf_frcache *frcache; local
408 for (frcache = LIST_FIRST(&frag->fr_cache); frcache;
409 frcache = LIST_FIRST(&frag->fr_cache)) {
410 LIST_REMOVE(frcache, fr_next);
414 frcache->fr_end);
416 pool_put(&pf_cent_pl, frcache);

Completed in 22 milliseconds