/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _LINUX_IPSEC_H #define _LINUX_IPSEC_H /* The definitions, required to talk to KAME racoon IKE. */ #include <linux/pfkeyv2.h> #define IPSEC_PORT_ANY … #define IPSEC_ULPROTO_ANY … #define IPSEC_PROTO_ANY … enum { … }; enum { … }; enum { … }; enum { … }; #define IPSEC_MANUAL_REQID_MAX … #define IPSEC_REPLAYWSIZE … #endif /* _LINUX_IPSEC_H */