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 merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ah.h
ah_var.h Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> and 2008-04-23 06:09:04 +00:00
esp.h
esp_var.h Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> and 2008-04-23 06:09:04 +00:00
files.netipsec defflag IPSEC_DEBUG 2007-11-16 21:15:20 +00:00
ipcomp.h
ipcomp_var.h Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> and 2008-04-23 06:09:04 +00:00
ipip_var.h Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> and 2008-04-23 06:09:04 +00:00
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 Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> and 2008-04-23 06:09:04 +00:00
ipsec_netbsd.c Simplify the interface to netstat_sysctl() and allocate space for 2008-05-04 07:22:14 +00:00
ipsec_osdep.h Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, 2008-01-20 18:09:03 +00:00
ipsec_output.c Cosmetic: fix indentation, change some spaces to tabs. 2009-12-01 01:01:34 +00:00
ipsec_private.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
ipsec_var.h Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> and 2008-04-23 06:09:04 +00:00
key.c Replace more printfs with aprint_normal / aprint_verbose 2010-01-31 00:43:37 +00:00
key.h Ansify 2007-07-07 18:38:22 +00:00
key_debug.c Ansify 2007-07-07 18:38:22 +00:00
key_debug.h Ansify 2007-07-07 18:38:22 +00:00
key_var.h
keydb.h Ansify 2007-07-07 18:38:22 +00:00
keysock.c Remove separate mb_map. The nmbclusters is computed at boot time based 2010-02-08 19:02:25 +00:00
keysock.h PF_KEY stats for IPSEC and FAST_IPSEC are now per-CPU. 2008-04-23 07:29:47 +00:00
xform.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
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 Fix some fallout from socket locking patch : 2008-04-27 12:58:48 +00:00
xform_tcp.c bzero -> memset 2009-03-18 16:00:08 +00:00