ipsec_common_input_cb() extracted the inner IP header of IPsec
authorbluhm <bluhm@openbsd.org>
Thu, 2 Dec 2021 13:46:42 +0000 (13:46 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 2 Dec 2021 13:46:42 +0000 (13:46 +0000)
commit808d8676c2cf1ba5118a0dd22678bdf3c97a6941
tree4773fac1033256a44368ff7422d289c8fa1a5816
parent3882ce82dbf3e5509c491fc0bc9aebb04ab979ea
ipsec_common_input_cb() extracted the inner IP header of IPsec
tunnels.  It is never used, so this is useless code.  Remove ipn
and ip6n IP header variables and the m_copydata() to fill them.
OK mvs@ kn@ sthen@
sys/netinet/ipsec_input.c