Home
last modified time | relevance | path

Searched refs:xf_cntr (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netipsec/
H A Dsubr_ipsec.c186 xsp->xf_cntr = IPSEC_MODULE_ENABLED; in xform_attach()
201 if (xsp->xf_cntr & IPSEC_MODULE_ENABLED) in xform_detach()
202 ipsec_kmod_drain(&xsp->xf_cntr); in xform_detach()
220 ret = ipsec_kmod_enter(&entry->xf_cntr); in xform_init()
225 ipsec_kmod_exit(&entry->xf_cntr); in xform_init()
H A Dxform.h97 volatile u_int xf_cntr; member