summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/key.h
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-04-26 07:37:53 -0300
committerRenato Botelho <renato@netgate.com>2016-04-26 07:37:53 -0300
commit01118b4c04db4ac036f3c7a15b769abadf7f3183 (patch)
treee2b5f631d82ec22eeee4bb201d6cea64e164e5a4 /sys/netipsec/key.h
parentc718f329f435eb15fb3939ce5c2c1777a009abe6 (diff)
downloadFreeBSD-src-01118b4c04db4ac036f3c7a15b769abadf7f3183.zip
FreeBSD-src-01118b4c04db4ac036f3c7a15b769abadf7f3183.tar.gz
Revert "Handle non-compressed packets for IPComp in tunnel mode."
This reverts commit c718f329f435eb15fb3939ce5c2c1777a009abe6.
Diffstat (limited to 'sys/netipsec/key.h')
-rw-r--r--sys/netipsec/key.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/netipsec/key.h b/sys/netipsec/key.h
index 7564de5..39fd1b2 100644
--- a/sys/netipsec/key.h
+++ b/sys/netipsec/key.h
@@ -76,15 +76,11 @@ extern void _key_freesp(struct secpolicy **, const char*, int);
extern struct secasvar *key_allocsa(union sockaddr_union *, u_int, u_int32_t,
const char*, int);
-extern struct secasvar *key_allocsa_tunnel(union sockaddr_union *,
- union sockaddr_union *, u_int, const char*, int);
extern void key_addrefsa(struct secasvar *, const char*, int);
extern void key_freesav(struct secasvar **, const char*, int);
#define KEY_ALLOCSA(dst, proto, spi) \
key_allocsa(dst, proto, spi, __FILE__, __LINE__)
-#define KEY_ALLOCSA_TUNNEL(src, dst, proto) \
- key_allocsa_tunnel(src, dst, proto, __FILE__, __LINE__)
#define KEY_ADDREFSA(sav) \
key_addrefsa(sav, __FILE__, __LINE__)
#define KEY_FREESAV(psav) \
OpenPOWER on IntegriCloud