Home
last modified time | relevance | path

Searched refs:pf_state_item_pl (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/net/
Dpfvar.h1589 extern struct pool pf_state_pl, pf_state_key_pl, pf_state_item_pl,
Dpf.c153 struct pool pf_state_pl, pf_state_key_pl, pf_state_item_pl; variable
800 if ((si = pool_get(&pf_state_item_pl, PR_NOWAIT)) == NULL) { in pf_state_key_attach()
858 pool_put(&pf_state_item_pl, si); in pf_state_key_detach()
Dpf_ioctl.c202 pool_init(&pf_state_item_pl, sizeof(struct pf_state_item), 0, in pfattach()