Home
last modified time | relevance | path

Searched refs:pf_anchor_pl (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/net/
Dpf_ruleset.c62 #define rs_pool_get_anchor() pool_get(&pf_anchor_pl, \
64 #define rs_pool_put_anchor(x) pool_put(&pf_anchor_pl, x)
66 struct pool pf_anchor_pl; variable
Dpfvar.h1591 pf_pktdelay_pl, pf_anchor_pl;
Dpf_ioctl.c212 pool_init(&pf_anchor_pl, sizeof(struct pf_anchor), 0, in pfattach()
Dpf.c278 { &pf_anchor_pl, PF_ANCHOR_HIWAT, PF_ANCHOR_HIWAT }