Searched refs:pf_state_key_pl (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_lb.c787 pool_put(&pf_state_key_pl, *nkp);
788 pool_put(&pf_state_key_pl, *skp);
H A Dpf.c203 VNET_DEFINE(uma_zone_t, pf_state_key_pl);
233 struct pool pf_state_pl, pf_state_key_pl, pf_state_item_pl; variable in typeref:struct:
915 pool_put(&pf_state_key_pl, sk);
923 pool_put(&pf_state_key_pl, sk);
1003 pool_put(&pf_state_key_pl, s->key[idx]);
1017 if ((sk = pool_get(&pf_state_key_pl, pool_flags)) == NULL)
1093 pool_put(&pf_state_key_pl, sks);
3774 pool_put(&pf_state_key_pl, sk);
3776 pool_put(&pf_state_key_pl, nk);
3817 pool_put(&pf_state_key_pl, s
[all...]
H A Dpfvar.h1859 VNET_DECLARE(uma_zone_t, pf_state_key_pl);
1860 #define V_pf_state_key_pl VNET(pf_state_key_pl)
1883 extern struct pool pf_state_pl, pf_state_key_pl, pf_state_item_pl,
H A Dif_pfsync.c851 pool_put(&pf_state_key_pl, skw);
853 pool_put(&pf_state_key_pl, sks);
H A Dpf_ioctl.c445 pool_init(&pf_state_key_pl, sizeof(struct pf_state_key), 0, 0, 0,

Completed in 123 milliseconds