Searched refs:PF_FRAG_ENTRY_POINTS (Results 1 – 3 of 3) sorted by relevance
91 struct pf_frent *fr_firstoff[PF_FRAG_ENTRY_POINTS];93 uint8_t fr_entries[PF_FRAG_ENTRY_POINTS];395 CTASSERT(((u_int16_t)0xffff &~ 7) / (0x10000 / PF_FRAG_ENTRY_POINTS) == in pf_frent_index()397 CTASSERT(((u_int16_t)0xffff >> 3) / PF_FRAG_ENTRY_POINTS == 512 - 1); in pf_frent_index()399 return frent->fe_off / (0x10000 / PF_FRAG_ENTRY_POINTS); in pf_frent_index()511 for (index = pf_frent_index(frent); index < PF_FRAG_ENTRY_POINTS; in pf_frent_previous()
863 #define PF_FRAG_ENTRY_POINTS 16 macro
1012 #define PF_FRAG_ENTRY_POINTS 16 macro