Searched refs:pf_state_key_pl (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/dist/pf/net/ |
| D | pf_ioctl.c | 242 pool_init(&pf_state_key_pl, sizeof(struct pf_state_key), 0, 0, 0, in pfattach() 255 pool_init(&pf_state_key_pl, sizeof(struct pf_state_key), 0, 0, 0, in pfattach() 432 pool_destroy(&pf_state_key_pl); in pfdetach() 1199 pool_put(&pf_state_key_pl, sk); in pf_state_add()
|
| D | pfvar.h | 1605 extern struct pool pf_state_pl, pf_state_key_pl, pf_altq_pl,
|
| D | if_pfsync.c | 302 pool_put(&pf_state_key_pl, sk); in pfsync_insert_net_state()
|
| D | pf.c | 150 struct pool pf_state_pl, pf_state_key_pl; variable 3051 pool_put(&pf_state_key_pl, sk); 3060 if ((sk = pool_get(&pf_state_key_pl, PR_NOWAIT)) == NULL) 3525 pool_put(&pf_state_key_pl, sk);
|