Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dif_pfsync.c3159 V_pfsync_clear_states_ptr = pfsync_clear_states; in pfsync_pointers_init()
3173 V_pfsync_clear_states_ptr = NULL; in pfsync_pointers_uninit()
H A Dpf_ioctl.c6130 if (V_pfsync_clear_states_ptr != NULL) in pf_clear_states()
6131 V_pfsync_clear_states_ptr(V_pf_status.hostid, kill->psk_ifname); in pf_clear_states()
/freebsd/sys/net/
H A Dpfvar.h1263 #define V_pfsync_clear_states_ptr VNET(pfsync_clear_states_ptr) macro