Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netpfil/pf/
HDif_pfsync.c3092 V_pfsync_insert_state_ptr = pfsync_insert_state; in pfsync_pointers_init()
3106 V_pfsync_insert_state_ptr = NULL; in pfsync_pointers_uninit()
HDpf.c1657 if (V_pfsync_insert_state_ptr != NULL) in pf_state_insert()
1658 V_pfsync_insert_state_ptr(s); in pf_state_insert()
/freebsd-14-stable/sys/net/
HDpfvar.h1190 #define V_pfsync_insert_state_ptr VNET(pfsync_insert_state_ptr) macro