(root)/
strace-6.5/
src/
xlat/
rtnl_tca_stab_attrs.h
       1  /* Generated by ./src/xlat/gen.sh from ./src/xlat/rtnl_tca_stab_attrs.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 rtnl_tca_stab_attrs in mpers mode
      13  
      14  # else
      15  
      16  DIAG_PUSH_IGNORE_TAUTOLOGICAL_CONSTANT_COMPARE
      17  static const struct xlat_data rtnl_tca_stab_attrs_xdata[] = {
      18   [TCA_STAB_UNSPEC] = XLAT(TCA_STAB_UNSPEC),
      19   #define XLAT_VAL_0 ((unsigned) (TCA_STAB_UNSPEC))
      20   #define XLAT_STR_0 STRINGIFY(TCA_STAB_UNSPEC)
      21   [TCA_STAB_BASE] = XLAT(TCA_STAB_BASE),
      22   #define XLAT_VAL_1 ((unsigned) (TCA_STAB_BASE))
      23   #define XLAT_STR_1 STRINGIFY(TCA_STAB_BASE)
      24   [TCA_STAB_DATA] = XLAT(TCA_STAB_DATA),
      25   #define XLAT_VAL_2 ((unsigned) (TCA_STAB_DATA))
      26   #define XLAT_STR_2 STRINGIFY(TCA_STAB_DATA)
      27  };
      28  static
      29  const struct xlat rtnl_tca_stab_attrs[1] = { {
      30   .data = rtnl_tca_stab_attrs_xdata,
      31   .size = ARRAY_SIZE(rtnl_tca_stab_attrs_xdata),
      32   .type = XT_INDEXED,
      33   .flags_mask = 0
      34  #  ifdef XLAT_VAL_0
      35    | XLAT_VAL_0
      36  #  endif
      37  #  ifdef XLAT_VAL_1
      38    | XLAT_VAL_1
      39  #  endif
      40  #  ifdef XLAT_VAL_2
      41    | XLAT_VAL_2
      42  #  endif
      43    ,
      44   .flags_strsz = 0
      45  #  ifdef XLAT_STR_0
      46    + sizeof(XLAT_STR_0)
      47  #  endif
      48  #  ifdef XLAT_STR_1
      49    + sizeof(XLAT_STR_1)
      50  #  endif
      51  #  ifdef XLAT_STR_2
      52    + sizeof(XLAT_STR_2)
      53  #  endif
      54    ,
      55  } };
      56  DIAG_POP_IGNORE_TAUTOLOGICAL_CONSTANT_COMPARE
      57  
      58  #  undef XLAT_STR_0
      59  #  undef XLAT_VAL_0
      60  #  undef XLAT_STR_1
      61  #  undef XLAT_VAL_1
      62  #  undef XLAT_STR_2
      63  #  undef XLAT_VAL_2
      64  # endif /* !IN_MPERS */
      65  
      66  #endif /* !XLAT_MACROS_ONLY */