NetBSD/sys/netipsec
ozaki-r 6f13f59f2e Rename key_alloc* functions (NFC)
We shouldn't use the term "alloc" for functions that just look up
data and actually don't allocate memory.
2017-07-07 01:37:34 +00:00
..
ah_var.h Redo the statistics through an indirection array and put the definitions 2017-04-13 16:38:31 +00:00
ah.h
esp_var.h Redo the statistics through an indirection array and put the definitions 2017-04-13 16:38:31 +00:00
esp.h
files.netipsec IPSEC has not come in two speeds for a long time now (IPSEC == kame, 2013-06-05 19:01:26 +00:00
ipcomp_var.h Redo the statistics through an indirection array and put the definitions 2017-04-13 16:38:31 +00:00
ipcomp.h
ipip_var.h
ipsec6.h Remove codes for PACKET_TAG_IPSEC_IN_CRYPTO_DONE 2017-07-05 03:44:59 +00:00
ipsec_input.c Rename key_alloc* functions (NFC) 2017-07-07 01:37:34 +00:00
ipsec_mbuf.c Introduce IPSECLOG and replace ipseclog and DPRINTF with it 2017-05-19 04:34:09 +00:00
ipsec_netbsd.c Rename key_alloc* functions (NFC) 2017-07-07 01:37:34 +00:00
ipsec_output.c Simplify; we can assume sav->tdb_xform cannot be NULL while it's valid 2017-07-06 09:49:46 +00:00
ipsec_private.h Retire ipsec_osdep.h 2017-04-19 03:39:14 +00:00
ipsec_var.h
ipsec.c Rename key_alloc* functions (NFC) 2017-07-07 01:37:34 +00:00
ipsec.h Remove codes for PACKET_TAG_IPSEC_IN_CRYPTO_DONE 2017-07-05 03:44:59 +00:00
key_debug.c Correct the length of the SADB_EXT header in debug outputs 2017-04-26 03:16:06 +00:00
key_debug.h Tweak KEYDEBUG macros 2017-04-19 03:42:11 +00:00
key_var.h
key.c Rename key_alloc* functions (NFC) 2017-07-07 01:37:34 +00:00
key.h Rename key_alloc* functions (NFC) 2017-07-07 01:37:34 +00:00
keydb.h Replace malloc/free with kmem(9) and kill KMALLOC/KFREE macros 2017-05-17 02:19:09 +00:00
keysock.c Support SO_OVERFLOWED on PF_KEY sockets 2017-05-25 04:45:59 +00:00
keysock.h Tweak header file inclusions 2017-06-02 03:32:51 +00:00
Makefile more IPSEC header cleanup: don't install unneeded headers to userland, 2012-01-06 14:17:10 +00:00
xform_ah.c Rename key_alloc* functions (NFC) 2017-07-07 01:37:34 +00:00
xform_esp.c Rename key_alloc* functions (NFC) 2017-07-07 01:37:34 +00:00
xform_ipcomp.c Rename key_alloc* functions (NFC) 2017-07-07 01:37:34 +00:00
xform_ipip.c Apply C99-style struct initialization to xformsw 2017-06-29 07:13:41 +00:00
xform_tcp.c Apply C99-style struct initialization to xformsw 2017-06-29 07:13:41 +00:00
xform.h Remove codes for PACKET_TAG_IPSEC_IN_CRYPTO_DONE 2017-07-05 03:44:59 +00:00