Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dif_pfsync.c2451 V_pfsync_clear_states_ptr = pfsync_clear_states; in pfsync_pointers_init()
2465 V_pfsync_clear_states_ptr = NULL; in pfsync_pointers_uninit()
H A Dpf_ioctl.c2352 if (V_pfsync_clear_states_ptr != NULL) in pfioctl()
2353 V_pfsync_clear_states_ptr(V_pf_status.hostid, psk->psk_ifname); in pfioctl()
/f-stack/freebsd/net/
H A Dpfvar.h617 #define V_pfsync_clear_states_ptr VNET(pfsync_clear_states_ptr) macro