1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/netipsec
Bjoern A. Zeeb 8b7893b056 When tearing down IPsec as part of a (virtual) network stack,
do not try to free the same list twice but free both the
acquiring list and the security policy acquiring list.

Reviewed by:	anchie
MFC after:	3 days
2010-03-28 06:51:50 +00:00
..
ah_var.h
ah.h
esp_var.h
esp.h
ipcomp_var.h Add more statistics variables for IPcomp. 2009-11-29 20:37:30 +00:00
ipcomp.h
ipip_var.h
ipsec6.h
ipsec_input.c
ipsec_mbuf.c Correct a typo. 2009-11-28 21:01:26 +00:00
ipsec_output.c
ipsec.c
ipsec.h Correct typo in comment. 2009-09-06 07:30:21 +00:00
key_debug.c
key_debug.h
key_var.h
key.c When tearing down IPsec as part of a (virtual) network stack, 2010-03-28 06:51:50 +00:00
key.h
keydb.h Correct typo in comment. 2010-02-18 22:34:29 +00:00
keysock.c
keysock.h
xform_ah.c
xform_esp.c Changed an IPSEC_ASSERT to a simple test, as such invalid packets 2009-10-01 15:33:53 +00:00
xform_ipcomp.c Enable IPcomp by default. 2009-11-29 20:47:43 +00:00
xform_ipip.c
xform_tcp.c
xform.h