Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dif_pfsync.c2448 V_pfsync_insert_state_ptr = pfsync_insert_state; in pfsync_pointers_init()
2462 V_pfsync_insert_state_ptr = NULL; in pfsync_pointers_uninit()
H A Dpf.c1308 if (V_pfsync_insert_state_ptr != NULL) in pf_state_insert()
1309 V_pfsync_insert_state_ptr(s); in pf_state_insert()
/f-stack/freebsd/net/
H A Dpfvar.h611 #define V_pfsync_insert_state_ptr VNET(pfsync_insert_state_ptr) macro