netipsec: move specific ipsecmethods declarations to ipsec_support.h
authorGleb Smirnoff <glebius@FreeBSD.org>
Tue, 4 Oct 2022 03:53:04 +0000 (20:53 -0700)
committerGleb Smirnoff <glebius@FreeBSD.org>
Tue, 4 Oct 2022 03:53:04 +0000 (20:53 -0700)
commit809fef2913574cb37d2dadc00abfd62619d52040
treeed8adc1cc7507c6d6ece893819cdeb1b5af53121
parentc0fc81e9138b4bc636333285087f1c3e1c7bc1e5
netipsec: move specific ipsecmethods declarations to ipsec_support.h

where struct ipsec_methods is defined.  Not a functional change.
Allows further modification of method prototypes without breaking
compilation of other ipsec compilation units.

Differential revision: https://reviews.freebsd.org/D36730
sys/netipsec/ipsec.h
sys/netipsec/ipsec6.h
sys/netipsec/ipsec_input.c
sys/netipsec/ipsec_output.c
sys/netipsec/ipsec_support.h