Searched refs:fr_firstoff (Results 1 – 1 of 1) sorted by relevance
96 struct pf_frent *fr_firstoff[PF_FRAG_ENTRY_POINTS]; member412 if (frag->fr_firstoff[index] == NULL) { in pf_frent_insert()415 frag->fr_firstoff[index] = frent; in pf_frent_insert()417 if (frent->fe_off < frag->fr_firstoff[index]->fe_off) { in pf_frent_insert()420 frag->fr_firstoff[index] = frent; in pf_frent_insert()445 KASSERT(frag->fr_firstoff[index] != NULL, ("frent not found")); in pf_frent_remove()446 if (frag->fr_firstoff[index]->fe_off == frent->fe_off) { in pf_frent_remove()448 frag->fr_firstoff[index] = NULL; in pf_frent_remove()453 frag->fr_firstoff[index] = next; in pf_frent_remove()455 frag->fr_firstoff[index] = NULL; in pf_frent_remove()[all …]