Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dsubr_ipsec.c189 xsp->xf_cntr = IPSEC_MODULE_ENABLED; in xform_attach()
204 if (xsp->xf_cntr & IPSEC_MODULE_ENABLED) in xform_detach()
205 ipsec_kmod_drain(&xsp->xf_cntr); in xform_detach()
223 ret = ipsec_kmod_enter(&entry->xf_cntr); in xform_init()
228 ipsec_kmod_exit(&entry->xf_cntr); in xform_init()
H A Dxform.h98 volatile u_int xf_cntr; member