aboutsummaryrefslogtreecommitdiff
path: root/libbpf-tools/tcpsynbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbpf-tools/tcpsynbl.h')
-rw-r--r--libbpf-tools/tcpsynbl.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/libbpf-tools/tcpsynbl.h b/libbpf-tools/tcpsynbl.h
new file mode 100644
index 00000000..6c22abb2
--- /dev/null
+++ b/libbpf-tools/tcpsynbl.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
+#ifndef __TCPSYNBL_H
+#define __TCPSYNBL_H
+
+#define MAX_SLOTS 32
+
+struct hist {
+ __u32 slots[MAX_SLOTS];
+};
+
+#endif /* __TCPSYNBL_H */