Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/nf_ctnetlink_msg_types.in; do not edit. */
      2 #if !(defined(IPCTNL_MSG_CT_NEW) || (defined(HAVE_DECL_IPCTNL_MSG_CT_NEW) && HAVE_DECL_IPCTNL_MSG_CT_NEW))
      3 # define IPCTNL_MSG_CT_NEW 0
      4 #endif
      5 #if !(defined(IPCTNL_MSG_CT_GET) || (defined(HAVE_DECL_IPCTNL_MSG_CT_GET) && HAVE_DECL_IPCTNL_MSG_CT_GET))
      6 # define IPCTNL_MSG_CT_GET 1
      7 #endif
      8 #if !(defined(IPCTNL_MSG_CT_DELETE) || (defined(HAVE_DECL_IPCTNL_MSG_CT_DELETE) && HAVE_DECL_IPCTNL_MSG_CT_DELETE))
      9 # define IPCTNL_MSG_CT_DELETE 2
     10 #endif
     11 #if !(defined(IPCTNL_MSG_CT_GET_CTRZERO) || (defined(HAVE_DECL_IPCTNL_MSG_CT_GET_CTRZERO) && HAVE_DECL_IPCTNL_MSG_CT_GET_CTRZERO))
     12 # define IPCTNL_MSG_CT_GET_CTRZERO 3
     13 #endif
     14 #if !(defined(IPCTNL_MSG_CT_GET_STATS_CPU) || (defined(HAVE_DECL_IPCTNL_MSG_CT_GET_STATS_CPU) && HAVE_DECL_IPCTNL_MSG_CT_GET_STATS_CPU))
     15 # define IPCTNL_MSG_CT_GET_STATS_CPU 4
     16 #endif
     17 #if !(defined(IPCTNL_MSG_CT_GET_STATS) || (defined(HAVE_DECL_IPCTNL_MSG_CT_GET_STATS) && HAVE_DECL_IPCTNL_MSG_CT_GET_STATS))
     18 # define IPCTNL_MSG_CT_GET_STATS 5
     19 #endif
     20 #if !(defined(IPCTNL_MSG_CT_GET_DYING) || (defined(HAVE_DECL_IPCTNL_MSG_CT_GET_DYING) && HAVE_DECL_IPCTNL_MSG_CT_GET_DYING))
     21 # define IPCTNL_MSG_CT_GET_DYING 6
     22 #endif
     23 #if !(defined(IPCTNL_MSG_CT_GET_UNCONFIRMED) || (defined(HAVE_DECL_IPCTNL_MSG_CT_GET_UNCONFIRMED) && HAVE_DECL_IPCTNL_MSG_CT_GET_UNCONFIRMED))
     24 # define IPCTNL_MSG_CT_GET_UNCONFIRMED 7
     25 #endif
     26 
     27 #ifdef IN_MPERS
     28 
     29 # error static const struct xlat nf_ctnetlink_msg_types in mpers mode
     30 
     31 #else
     32 
     33 static
     34 const struct xlat nf_ctnetlink_msg_types[] = {
     35  XLAT(IPCTNL_MSG_CT_NEW),
     36  XLAT(IPCTNL_MSG_CT_GET),
     37  XLAT(IPCTNL_MSG_CT_DELETE),
     38  XLAT(IPCTNL_MSG_CT_GET_CTRZERO),
     39  XLAT(IPCTNL_MSG_CT_GET_STATS_CPU),
     40  XLAT(IPCTNL_MSG_CT_GET_STATS),
     41  XLAT(IPCTNL_MSG_CT_GET_DYING),
     42  XLAT(IPCTNL_MSG_CT_GET_UNCONFIRMED),
     43  XLAT_END
     44 };
     45 
     46 #endif /* !IN_MPERS */
     47