Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/nf_ctnetlink_exp_msg_types.in; do not edit. */
      2 #if !(defined(IPCTNL_MSG_EXP_NEW) || (defined(HAVE_DECL_IPCTNL_MSG_EXP_NEW) && HAVE_DECL_IPCTNL_MSG_EXP_NEW))
      3 # define IPCTNL_MSG_EXP_NEW 0
      4 #endif
      5 #if !(defined(IPCTNL_MSG_EXP_GET) || (defined(HAVE_DECL_IPCTNL_MSG_EXP_GET) && HAVE_DECL_IPCTNL_MSG_EXP_GET))
      6 # define IPCTNL_MSG_EXP_GET 1
      7 #endif
      8 #if !(defined(IPCTNL_MSG_EXP_DELETE) || (defined(HAVE_DECL_IPCTNL_MSG_EXP_DELETE) && HAVE_DECL_IPCTNL_MSG_EXP_DELETE))
      9 # define IPCTNL_MSG_EXP_DELETE 2
     10 #endif
     11 #if !(defined(IPCTNL_MSG_EXP_GET_STATS_CPU) || (defined(HAVE_DECL_IPCTNL_MSG_EXP_GET_STATS_CPU) && HAVE_DECL_IPCTNL_MSG_EXP_GET_STATS_CPU))
     12 # define IPCTNL_MSG_EXP_GET_STATS_CPU 3
     13 #endif
     14 
     15 #ifdef IN_MPERS
     16 
     17 # error static const struct xlat nf_ctnetlink_exp_msg_types in mpers mode
     18 
     19 #else
     20 
     21 static
     22 const struct xlat nf_ctnetlink_exp_msg_types[] = {
     23  XLAT(IPCTNL_MSG_EXP_NEW),
     24  XLAT(IPCTNL_MSG_EXP_GET),
     25  XLAT(IPCTNL_MSG_EXP_DELETE),
     26  XLAT(IPCTNL_MSG_EXP_GET_STATS_CPU),
     27  XLAT_END
     28 };
     29 
     30 #endif /* !IN_MPERS */
     31