(root)/
strace-6.5/
src/
xlat/
netfilter_versions.h
       1  /* Generated by ./src/xlat/gen.sh from ./src/xlat/netfilter_versions.in; do not edit. */
       2  
       3  #include "gcc_compat.h"
       4  #include "static_assert.h"
       5  
       6  #undef XLAT_PREV_VAL
       7  
       8  #ifndef XLAT_MACROS_ONLY
       9  
      10  # ifdef IN_MPERS
      11  
      12  #  error static const struct xlat netfilter_versions in mpers mode
      13  
      14  # else
      15  
      16  DIAG_PUSH_IGNORE_TAUTOLOGICAL_CONSTANT_COMPARE
      17  static const struct xlat_data netfilter_versions_xdata[] = {
      18   [NFNETLINK_V0] = XLAT(NFNETLINK_V0),
      19   #define XLAT_VAL_0 ((unsigned) (NFNETLINK_V0))
      20   #define XLAT_STR_0 STRINGIFY(NFNETLINK_V0)
      21  };
      22  static
      23  const struct xlat netfilter_versions[1] = { {
      24   .data = netfilter_versions_xdata,
      25   .size = ARRAY_SIZE(netfilter_versions_xdata),
      26   .type = XT_INDEXED,
      27   .flags_mask = 0
      28  #  ifdef XLAT_VAL_0
      29    | XLAT_VAL_0
      30  #  endif
      31    ,
      32   .flags_strsz = 0
      33  #  ifdef XLAT_STR_0
      34    + sizeof(XLAT_STR_0)
      35  #  endif
      36    ,
      37  } };
      38  DIAG_POP_IGNORE_TAUTOLOGICAL_CONSTANT_COMPARE
      39  
      40  #  undef XLAT_STR_0
      41  #  undef XLAT_VAL_0
      42  # endif /* !IN_MPERS */
      43  
      44  #endif /* !XLAT_MACROS_ONLY */