summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/hhook.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/hhook.h')
-rw-r--r--freebsd/sys/sys/hhook.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/freebsd/sys/sys/hhook.h b/freebsd/sys/sys/hhook.h
index 0d54eda4..7de47d48 100644
--- a/freebsd/sys/sys/hhook.h
+++ b/freebsd/sys/sys/hhook.h
@@ -64,6 +64,9 @@
/* Helper hook types. */
#define HHOOK_TYPE_TCP 1
+#define HHOOK_TYPE_SOCKET 2
+#define HHOOK_TYPE_IPSEC_IN 3
+#define HHOOK_TYPE_IPSEC_OUT 4
struct helper;
struct osd;