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

/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_norm.c61 struct pf_frent { struct
62 TAILQ_ENTRY(pf_frent) fr_next;
93 TAILQ_HEAD(pf_fragq, pf_frent) fr_queue;
134 static struct pf_frent *pf_create_fragment(u_short *);
138 struct pf_frent *, u_short *);
177 V_pf_frent_z = uma_zcreate("pf frag entries", sizeof(struct pf_frent),
263 struct pf_frent *frent;
309 static struct pf_frent *
312 struct pf_frent *frent;
330 pf_fillup_fragment(struct pf_fragment_cmp *key, struct pf_frent *fren
[all...]

Completed in 61 milliseconds