Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf.c837 V_pf_limits[PF_LIMIT_STATES].zone = V_pf_state_z; in pf_initialize()
838 uma_zone_set_max(V_pf_state_z, PFSTATE_HIWAT); in pf_initialize()
954 uma_zdestroy(V_pf_state_z); in pf_cleanup()
1749 uma_zfree(V_pf_state_z, cur); in pf_free_state()
1762 V_pf_status.states = uma_zone_get_cur(V_pf_state_z); in pf_purge_expired_states()
1801 V_pf_status.states = uma_zone_get_cur(V_pf_state_z); in pf_purge_expired_states()
3733 s = uma_zalloc(V_pf_state_z, M_NOWAIT | M_ZERO); in pf_create_state()
3818 uma_zfree(V_pf_state_z, s); in pf_create_state()
3840 uma_zfree(V_pf_state_z, s); in pf_create_state()
3853 uma_zfree(V_pf_state_z, s); in pf_create_state()
[all …]
H A Dif_pfsync.c507 if ((st = uma_zalloc(V_pf_state_z, M_NOWAIT | M_ZERO)) == NULL) in pfsync_state_import()
636 uma_zfree(V_pf_state_z, st); in pfsync_state_import()
H A Dpf_ioctl.c2471 nr = uma_zone_get_cur(V_pf_state_z); in pfioctl()
/f-stack/freebsd/net/
H A Dpfvar.h1433 #define V_pf_state_z VNET(pf_state_z) macro