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

/freebsd-13-stable/sys/netpfil/pf/
H A Dpf_norm.c140 static int pf_frent_holes(struct pf_frent *frent);
286 struct pf_frent *frent; local
291 for (frent = TAILQ_FIRST(&frag->fr_queue); frent;
292 frent = TAILQ_FIRST(&frag->fr_queue)) {
293 TAILQ_REMOVE(&frag->fr_queue, frent, fr_next);
295 m_freem(frent->fe_m);
296 uma_zfree(V_pf_frent_z, frent);
336 struct pf_frent *frent; local
340 frent
361 pf_frent_holes(struct pf_frent *frent) argument
387 pf_frent_index(struct pf_frent *frent) argument
403 pf_frent_insert(struct pf_fragment *frag, struct pf_frent *frent, struct pf_frent *prev) argument
450 pf_frent_remove(struct pf_fragment *frag, struct pf_frent *frent) argument
491 pf_frent_previous(struct pf_fragment *frag, struct pf_frent *frent) argument
546 pf_fillup_fragment(struct pf_fragment_cmp *key, struct pf_frent *frent, u_short *reason) argument
717 struct pf_frent *frent, *next; local
749 struct pf_frent *frent; local
823 struct pf_frent *frent; local
[all...]

Completed in 94 milliseconds