Searched refs:fr_firstoff (Results 1 – 1 of 1) sorted by relevance
92 struct pf_frent *fr_firstoff[PF_FRAG_ENTRY_POINTS]; member426 if (frag->fr_firstoff[index] == NULL) { in pf_frent_insert()429 frag->fr_firstoff[index] = frent; in pf_frent_insert()431 if (frent->fe_off < frag->fr_firstoff[index]->fe_off) { in pf_frent_insert()434 frag->fr_firstoff[index] = frent; in pf_frent_insert()459 KASSERT(frag->fr_firstoff[index] != NULL, ("frent not found")); in pf_frent_remove()460 if (frag->fr_firstoff[index]->fe_off == frent->fe_off) { in pf_frent_remove()462 frag->fr_firstoff[index] = NULL; in pf_frent_remove()467 frag->fr_firstoff[index] = next; in pf_frent_remove()469 frag->fr_firstoff[index] = NULL; in pf_frent_remove()[all …]