NetBSD/sys/netipsec
joerg d621e29eca Remove separate mb_map. The nmbclusters is computed at boot time based
on the amount of physical memory and limited by NMBCLUSTERS if present.
Architectures without direct mapping also limit it based on the kmem_map
size, which is used as backing store. On i386 and ARM, the maximum KVA
used for mbuf clusters is limited to 64MB by default.

The old default limits and limits based on GATEWAY have been removed.
key_registered_sb_max is hard-wired to a value derived from 2048
clusters.
2010-02-08 19:02:25 +00:00
..
Makefile
ah.h
ah_var.h
esp.h
esp_var.h
files.netipsec
ipcomp.h
ipcomp_var.h
ipip_var.h
ipsec.c Replace more printfs with aprint_normal / aprint_verbose 2010-01-31 00:43:37 +00:00
ipsec.h Adapt FAST_IPSEC to recent KPI changes. 2009-05-10 02:13:07 +00:00
ipsec6.h Adapt FAST_IPSEC to recent KPI changes. 2009-05-10 02:13:07 +00:00
ipsec_input.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
ipsec_mbuf.c
ipsec_netbsd.c
ipsec_osdep.h
ipsec_output.c Cosmetic: fix indentation, change some spaces to tabs. 2009-12-01 01:01:34 +00:00
ipsec_private.h
ipsec_var.h
key.c Replace more printfs with aprint_normal / aprint_verbose 2010-01-31 00:43:37 +00:00
key.h
key_debug.c
key_debug.h
key_var.h
keydb.h
keysock.c Remove separate mb_map. The nmbclusters is computed at boot time based 2010-02-08 19:02:25 +00:00
keysock.h
xform.h
xform_ah.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
xform_esp.c Correct bungled bcopy() -> memcpy() conversion 2009-03-20 05:26:37 +00:00
xform_ipcomp.c bzero -> memset 2009-03-18 16:00:08 +00:00
xform_ipip.c
xform_tcp.c bzero -> memset 2009-03-18 16:00:08 +00:00