/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* The definitions, required to talk to KAME racoon IKE. */
#include <linux/pfkeyv2.h>
#define IPSEC_ULPROTO_ANY 255
#define IPSEC_PROTO_ANY 255
IPSEC_MODE_ANY = 0, /* We do not support this for SA */
IPSEC_MODE_TRANSPORT = 1,
IPSEC_DIR_FWD = 3, /* It is our own */
IPSEC_POLICY_DISCARD = 0,
IPSEC_POLICY_ENTRUST = 3,
#define IPSEC_MANUAL_REQID_MAX 0x3fff
#define IPSEC_REPLAYWSIZE 32
#endif /* _LINUX_IPSEC_H */