• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/netlink_diag_attrs.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 # error static const struct xlat netlink_diag_attrs in mpers mode
6 
7 #else
8 
9 static
10 const struct xlat netlink_diag_attrs[] = {
11  XLAT(NETLINK_DIAG_MEMINFO),
12  XLAT(NETLINK_DIAG_GROUPS),
13  XLAT(NETLINK_DIAG_RX_RING),
14  XLAT(NETLINK_DIAG_TX_RING),
15  XLAT(NETLINK_DIAG_FLAGS),
16  XLAT_END
17 };
18 
19 #endif /* !IN_MPERS */
20