Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf.c6008 if (V_pfsync_update_state_ptr != NULL) in pf_test()
6009 V_pfsync_update_state_ptr(s); in pf_test()
6037 if (V_pfsync_update_state_ptr != NULL) in pf_test()
6038 V_pfsync_update_state_ptr(s); in pf_test()
6060 if (V_pfsync_update_state_ptr != NULL) in pf_test()
6061 V_pfsync_update_state_ptr(s); in pf_test()
6084 V_pfsync_update_state_ptr(s); in pf_test()
6451 V_pfsync_update_state_ptr(s); in pf_test6()
6480 V_pfsync_update_state_ptr(s); in pf_test6()
6510 V_pfsync_update_state_ptr(s); in pf_test6()
[all …]
H A Dif_pfsync.c2449 V_pfsync_update_state_ptr = pfsync_update_state; in pfsync_pointers_init()
2463 V_pfsync_update_state_ptr = NULL; in pfsync_pointers_uninit()
/f-stack/freebsd/net/
H A Dpfvar.h613 #define V_pfsync_update_state_ptr VNET(pfsync_update_state_ptr) macro