aboutsummaryrefslogtreecommitdiff
path: root/xlat/inet_diag_extended_flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlat/inet_diag_extended_flags.h')
-rw-r--r--xlat/inet_diag_extended_flags.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/xlat/inet_diag_extended_flags.h b/xlat/inet_diag_extended_flags.h
new file mode 100644
index 00000000..bf1bd3ff
--- /dev/null
+++ b/xlat/inet_diag_extended_flags.h
@@ -0,0 +1,30 @@
+/* Generated by ./xlat/gen.sh from ./xlat/inet_diag_extended_flags.in; do not edit. */
+
+#ifdef IN_MPERS
+
+# error static const struct xlat inet_diag_extended_flags in mpers mode
+
+#else
+
+static
+const struct xlat inet_diag_extended_flags[] = {
+ XLAT(1<<(INET_DIAG_MEMINFO-1)),
+ XLAT(1<<(INET_DIAG_INFO-1)),
+ XLAT(1<<(INET_DIAG_VEGASINFO-1)),
+ XLAT(1<<(INET_DIAG_CONG-1)),
+ XLAT(1<<(INET_DIAG_TOS-1)),
+ XLAT(1<<(INET_DIAG_TCLASS-1)),
+ XLAT(1<<(INET_DIAG_SKMEMINFO-1)),
+ XLAT(1<<(INET_DIAG_SHUTDOWN-1)),
+ XLAT(1<<(INET_DIAG_DCTCPINFO-1)),
+ XLAT(1<<(INET_DIAG_PROTOCOL-1)),
+ XLAT(1<<(INET_DIAG_SKV6ONLY-1)),
+ XLAT(1<<(INET_DIAG_LOCALS-1)),
+ XLAT(1<<(INET_DIAG_PEERS-1)),
+ XLAT(1<<(INET_DIAG_PAD-1)),
+ XLAT(1<<(INET_DIAG_MARK-1)),
+ XLAT(1<<(INET_DIAG_BBRINFO-1)),
+ XLAT_END
+};
+
+#endif /* !IN_MPERS */