Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf_ioctl.c244 struct sx pf_end_lock; variable
4670 sx_init(&pf_end_lock, "pf end thread"); in pf_load()
4754 sx_xlock(&pf_end_lock); in pf_unload()
4758 sx_sleep(pf_purge_proc, &pf_end_lock, 0, "pftmo", 0); in pf_unload()
4760 sx_xunlock(&pf_end_lock); in pf_unload()
4769 sx_destroy(&pf_end_lock); in pf_unload()
H A Dpf.c1506 sx_xlock(&pf_end_lock); in pf_purge_thread()
1508 sx_sleep(pf_purge_thread, &pf_end_lock, 0, "pftm", hz / 10); in pf_purge_thread()
1549 sx_xunlock(&pf_end_lock); in pf_purge_thread()
/f-stack/freebsd/net/
H A Dpfvar.h127 extern struct sx pf_end_lock;