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

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_norm.c87 struct pf_frcache { struct
88 LIST_ENTRY(pf_frcache) fr_next;
114 LIST_HEAD(pf_cacheq, pf_frcache) fru_cache; /* non-buf */
221 pool_init(&pf_cent_pl, sizeof(struct pf_frcache), 0, 0, 0, "pffrcent",
377 struct pf_frcache *frcache;
754 struct pf_frcache *frp, *fra, *cur = NULL;
H A Dpfvar.h2126 struct pf_frcache { struct
2127 LIST_ENTRY(pf_frcache) fr_next;
2146 LIST_HEAD(pf_cacheq, pf_frcache) fru_cache; /* non-buf */
H A Dpf_ioctl.c345 UMA_CREATE(V_pf_cent_pl, struct pf_frcache, "pffrcent");

Completed in 119 milliseconds