1 /* Generated by ./xlat/gen.sh from ./xlat/packet_diag_show.in; do not edit. */ 2 3 #ifdef IN_MPERS 4 5 # error static const struct xlat packet_diag_show in mpers mode 6 7 #else 8 9 static 10 const struct xlat packet_diag_show[] = { 11 #if defined(PACKET_SHOW_INFO) || (defined(HAVE_DECL_PACKET_SHOW_INFO) && HAVE_DECL_PACKET_SHOW_INFO) 12 XLAT(PACKET_SHOW_INFO), 13 #endif 14 #if defined(PACKET_SHOW_MCLIST) || (defined(HAVE_DECL_PACKET_SHOW_MCLIST) && HAVE_DECL_PACKET_SHOW_MCLIST) 15 XLAT(PACKET_SHOW_MCLIST), 16 #endif 17 #if defined(PACKET_SHOW_RING_CFG) || (defined(HAVE_DECL_PACKET_SHOW_RING_CFG) && HAVE_DECL_PACKET_SHOW_RING_CFG) 18 XLAT(PACKET_SHOW_RING_CFG), 19 #endif 20 #if defined(PACKET_SHOW_FANOUT) || (defined(HAVE_DECL_PACKET_SHOW_FANOUT) && HAVE_DECL_PACKET_SHOW_FANOUT) 21 XLAT(PACKET_SHOW_FANOUT), 22 #endif 23 #if defined(PACKET_SHOW_MEMINFO) || (defined(HAVE_DECL_PACKET_SHOW_MEMINFO) && HAVE_DECL_PACKET_SHOW_MEMINFO) 24 XLAT(PACKET_SHOW_MEMINFO), 25 #endif 26 #if defined(PACKET_SHOW_FILTER) || (defined(HAVE_DECL_PACKET_SHOW_FILTER) && HAVE_DECL_PACKET_SHOW_FILTER) 27 XLAT(PACKET_SHOW_FILTER), 28 #endif 29 XLAT_END 30 }; 31 32 #endif /* !IN_MPERS */ 33