HomeSort by: relevance | last modified time | path
    Searched refs:pf_state_key_pl (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dist/pf/net/
pf_ioctl.c 242 pool_init(&pf_state_key_pl, sizeof(struct pf_state_key), 0, 0, 0,
255 pool_init(&pf_state_key_pl, sizeof(struct pf_state_key), 0, 0, 0,
432 pool_destroy(&pf_state_key_pl);
1199 pool_put(&pf_state_key_pl, sk);
if_pfsync.c 305 pool_put(&pf_state_key_pl, sk);
pf.c 150 struct pool pf_state_pl, pf_state_key_pl; variable in typeref:struct:
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);
pfvar.h 1605 extern struct pool pf_state_pl, pf_state_key_pl, pf_altq_pl,

Completed in 32 milliseconds