Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netpfil/pf/
HDif_pfsync.c857 PF_STATE_LOCK_ASSERT(st); in pfsync_upd_tcp()
1873 PF_STATE_LOCK_ASSERT(st); in pfsync_update_state()
1969 PF_STATE_LOCK_ASSERT(st); in pfsync_update_state_req()
HDpf.c522 PF_STATE_LOCK_ASSERT(*state); in pf_src_connlimit()
/freebsd-11-stable/sys/net/
HDpfvar.h138 #define PF_STATE_LOCK_ASSERT(s) \ macro
144 #define PF_STATE_LOCK_ASSERT(s) do {} while (0) macro