Searched refs:frent (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_norm.c263 struct pf_frent *frent; local
268 for (frent = TAILQ_FIRST(&frag->fr_queue); frent;
269 frent = TAILQ_FIRST(&frag->fr_queue)) {
270 TAILQ_REMOVE(&frag->fr_queue, frent, fr_next);
272 m_freem(frent->fe_m);
273 uma_zfree(V_pf_frent_z, frent);
312 struct pf_frent *frent; local
316 frent = uma_zalloc(V_pf_frent_z, M_NOWAIT);
317 if (frent
330 pf_fillup_fragment(struct pf_fragment_cmp *key, struct pf_frent *frent, u_short *reason) argument
481 struct pf_frent *frent, *next; local
516 struct pf_frent *frent, *next; local
548 struct pf_frent *frent; local
616 struct pf_frent *frent; local
[all...]

Completed in 90 milliseconds