Lines Matching full:ipsec
50 #include <netipsec/ipsec.h>
58 * This file is build in the kernel only when 'options IPSEC' or
156 MTX_SYSINIT(xfroms_list, &xforms_lock, "IPsec transforms list", MTX_DEF);
225 * IPSEC_SUPPORT - loading of ipsec.ko and tcpmd5.ko is supported.
226 * IPSEC + IPSEC_SUPPORT - loading tcpmd5.ko is supported.
227 * IPSEC + TCP_SIGNATURE - all is build in the kernel, do not build
230 #if !defined(IPSEC) || !defined(TCP_SIGNATURE)
266 #endif /* !IPSEC || !TCP_SIGNATURE */
311 #ifndef IPSEC
313 * IPsec support is build as kernel module.
401 KASSERT(sc->enabled == 0, ("IPsec already enabled")); in ipsec_support_enable()
415 #endif /* !IPSEC */