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