NetBSD/sys/netipsec
pavel 450a020195 The esp_input_cb function used m_copyback, which fails if the mbuf is
read-only. This can actually happen if the packet was received by the
xennet interface, see PR kern/33162. Change it to m_copyback_cow.

AH and IPCOMP probably need similar fixes.

Requested by Jeff Rizzo, tested on Xen with -current by him.
2006-04-28 22:39:02 +00:00
..
ah_var.h
ah.h
esp_var.h
esp.h
files.netipsec
ipcomp_var.h
ipcomp.h
ipip_var.h
ipsec6.h
ipsec_input.c
ipsec_mbuf.c
ipsec_netbsd.c Add two new sysctls protected under IPSEC_DEBUG: 2006-04-11 20:21:28 +00:00
ipsec_osdep.h
ipsec_output.c
ipsec_var.h
ipsec.c Add two new sysctls protected under IPSEC_DEBUG: 2006-04-11 20:21:28 +00:00
ipsec.h Add two new sysctls protected under IPSEC_DEBUG: 2006-04-11 20:21:28 +00:00
key_debug.c
key_debug.h
key_var.h
key.c
key.h
keydb.h
keysock.c
keysock.h
Makefile
xform_ah.c Add two new sysctls protected under IPSEC_DEBUG: 2006-04-11 20:21:28 +00:00
xform_esp.c The esp_input_cb function used m_copyback, which fails if the mbuf is 2006-04-28 22:39:02 +00:00
xform_ipcomp.c
xform_ipip.c
xform_tcp.c
xform.h