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

/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c132 #define fr_cache fr_u.fru_cache macro
408 for (frcache = LIST_FIRST(&frag->fr_cache); frcache;
409 frcache = LIST_FIRST(&frag->fr_cache)) {
412 VERIFY(LIST_EMPTY(&frag->fr_cache) ||
413 LIST_FIRST(&frag->fr_cache)->fr_off >
739 LIST_INIT(&(*frag)->fr_cache);
740 LIST_INSERT_HEAD(&(*frag)->fr_cache, cur, fr_next);
756 LIST_FOREACH(fra, &(*frag)->fr_cache, fr_next) {
957 LIST_FIRST(&(*frag)->fr_cache)->fr_off == 0 &&
958 LIST_FIRST(&(*frag)->fr_cache)
[all...]

Completed in 21 milliseconds