• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/inet_diag_extended_flags.in; do not edit. */
2 
3 #include "gcc_compat.h"
4 #include "static_assert.h"
5 
6 
7 #ifndef XLAT_MACROS_ONLY
8 
9 # ifdef IN_MPERS
10 
11 #  error static const struct xlat inet_diag_extended_flags in mpers mode
12 
13 # else
14 
15 static
16 const struct xlat inet_diag_extended_flags[] = {
17  XLAT(1<<(INET_DIAG_MEMINFO-1)),
18  XLAT(1<<(INET_DIAG_INFO-1)),
19  XLAT(1<<(INET_DIAG_VEGASINFO-1)),
20  XLAT(1<<(INET_DIAG_CONG-1)),
21  XLAT(1<<(INET_DIAG_TOS-1)),
22  XLAT(1<<(INET_DIAG_TCLASS-1)),
23  XLAT(1<<(INET_DIAG_SKMEMINFO-1)),
24  XLAT(1<<(INET_DIAG_SHUTDOWN-1)),
25  XLAT(1<<(INET_DIAG_DCTCPINFO-1)),
26  XLAT(1<<(INET_DIAG_PROTOCOL-1)),
27  XLAT(1<<(INET_DIAG_SKV6ONLY-1)),
28  XLAT(1<<(INET_DIAG_LOCALS-1)),
29  XLAT(1<<(INET_DIAG_PEERS-1)),
30  XLAT(1<<(INET_DIAG_PAD-1)),
31  XLAT(1<<(INET_DIAG_MARK-1)),
32  XLAT(1<<(INET_DIAG_BBRINFO-1)),
33  XLAT(1<<(INET_DIAG_CLASS_ID-1)),
34  XLAT_END
35 };
36 
37 # endif /* !IN_MPERS */
38 
39 #endif /* !XLAT_MACROS_ONLY */
40