Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netpfil/pf/
HDif_pfsync.c1098 PF_STATE_LOCK_ASSERT(st); in pfsync_upd_tcp()
2160 PF_STATE_LOCK_ASSERT(st); in pfsync_update_state()
2258 PF_STATE_LOCK_ASSERT(st); in pfsync_update_state_req()
HDpf.c787 PF_STATE_LOCK_ASSERT(*state); in pf_src_connlimit()
6554 PF_STATE_LOCK_ASSERT(sm); in pf_sctp_multihome_delayed()
/freebsd-14-stable/sys/net/
HDpfvar.h367 #define PF_STATE_LOCK_ASSERT(s) \ macro
375 #define PF_STATE_LOCK_ASSERT(s) do {} while (0) macro