freebsd-src/sys/netipsec
Marko Zec 8b615593fc Step 1.5 of importing the network stack virtualization infrastructure
from the vimage project, as per plan established at devsummit 08/08:
http://wiki.freebsd.org/Image/Notes200808DevSummit

Introduce INIT_VNET_*() initializer macros, VNET_FOREACH() iterator
macros, and CURVNET_SET() context setting macros, all currently
resolving to NOPs.

Prepare for virtualization of selected SYSCTL objects by introducing a
family of SYSCTL_V_*() macros, currently resolving to their global
counterparts, i.e. SYSCTL_V_INT() == SYSCTL_INT().

Move selected #defines from sys/sys/vimage.h to newly introduced header
files specific to virtualized subsystems (sys/net/vnet.h,
sys/netinet/vinet.h etc.).

All the changes are verified to have zero functional impact at this
point in time by doing MD5 comparision between pre- and post-change
object files(*).

(*) netipsec/keysock.c did not validate depending on compile time options.

Implemented by:	julian, bz, brooks, zec
Reviewed by:	julian, bz, brooks, kris, rwatson, ...
Approved by:	julian (mentor)
Obtained from:	//depot/projects/vimage-commit2/...
X-MFC after:	never
Sponsored by:	NLnet Foundation, The FreeBSD Foundation
2008-10-02 15:37:58 +00:00
..
ah.h
ah_var.h
esp.h
esp_var.h
ipcomp.h
ipcomp_var.h
ipip_var.h
ipsec.c Step 1.5 of importing the network stack virtualization infrastructure 2008-10-02 15:37:58 +00:00
ipsec.h Step 1.5 of importing the network stack virtualization infrastructure 2008-10-02 15:37:58 +00:00
ipsec6.h Document a few sysctls. While here, remove dead code 2008-07-20 17:51:58 +00:00
ipsec_input.c Step 1.5 of importing the network stack virtualization infrastructure 2008-10-02 15:37:58 +00:00
ipsec_mbuf.c Step 1.5 of importing the network stack virtualization infrastructure 2008-10-02 15:37:58 +00:00
ipsec_output.c Step 1.5 of importing the network stack virtualization infrastructure 2008-10-02 15:37:58 +00:00
key.c Step 1.5 of importing the network stack virtualization infrastructure 2008-10-02 15:37:58 +00:00
key.h
key_debug.c Fix bugs when allocating and passing information of current lifetime and 2008-03-02 17:12:28 +00:00
key_debug.h Commit step 1 of the vimage project, (network stack) 2008-08-17 23:27:27 +00:00
key_var.h First steps towards IPSec cleanup. 2006-03-25 13:38:52 +00:00
keydb.h First steps towards IPSec cleanup. 2006-03-25 13:38:52 +00:00
keysock.c Step 1.5 of importing the network stack virtualization infrastructure 2008-10-02 15:37:58 +00:00
keysock.h Fix stack corruptions on amd64. 2006-01-21 10:44:34 +00:00
vipsec.h Step 1.5 of importing the network stack virtualization infrastructure 2008-10-02 15:37:58 +00:00
xform.h Add sysctls to if_enc(4) to control whether the firewalls or 2007-11-28 22:33:53 +00:00
xform_ah.c Step 1.5 of importing the network stack virtualization infrastructure 2008-10-02 15:37:58 +00:00
xform_esp.c Step 1.5 of importing the network stack virtualization infrastructure 2008-10-02 15:37:58 +00:00
xform_ipcomp.c Step 1.5 of importing the network stack virtualization infrastructure 2008-10-02 15:37:58 +00:00
xform_ipip.c Step 1.5 of importing the network stack virtualization infrastructure 2008-10-02 15:37:58 +00:00
xform_tcp.c Add ';' missed with the SYSINIT changes. 2008-03-21 18:31:42 +00:00