Searched refs:fr_firstoff (Results 1 – 1 of 1) sorted by relevance
95 struct pf_frent *fr_firstoff[PF_FRAG_ENTRY_POINTS]; member451 if (frag->fr_firstoff[index] == NULL) { in pf_frent_insert()454 frag->fr_firstoff[index] = frent; in pf_frent_insert()456 if (frent->fe_off < frag->fr_firstoff[index]->fe_off) { in pf_frent_insert()459 frag->fr_firstoff[index] = frent; in pf_frent_insert()484 KASSERT(frag->fr_firstoff[index] != NULL, ("frent not found")); in pf_frent_remove()485 if (frag->fr_firstoff[index]->fe_off == frent->fe_off) { in pf_frent_remove()487 frag->fr_firstoff[index] = NULL; in pf_frent_remove()492 frag->fr_firstoff[index] = next; in pf_frent_remove()494 frag->fr_firstoff[index] = NULL; in pf_frent_remove()[all …]