Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/rtnl_tca_stats_attrs.in; do not edit. */
      2 #if !(defined(TCA_STATS_UNSPEC) || (defined(HAVE_DECL_TCA_STATS_UNSPEC) && HAVE_DECL_TCA_STATS_UNSPEC))
      3 # define TCA_STATS_UNSPEC 0
      4 #endif
      5 #if !(defined(TCA_STATS_BASIC) || (defined(HAVE_DECL_TCA_STATS_BASIC) && HAVE_DECL_TCA_STATS_BASIC))
      6 # define TCA_STATS_BASIC 1
      7 #endif
      8 #if !(defined(TCA_STATS_RATE_EST) || (defined(HAVE_DECL_TCA_STATS_RATE_EST) && HAVE_DECL_TCA_STATS_RATE_EST))
      9 # define TCA_STATS_RATE_EST 2
     10 #endif
     11 #if !(defined(TCA_STATS_QUEUE) || (defined(HAVE_DECL_TCA_STATS_QUEUE) && HAVE_DECL_TCA_STATS_QUEUE))
     12 # define TCA_STATS_QUEUE 3
     13 #endif
     14 #if !(defined(TCA_STATS_APP) || (defined(HAVE_DECL_TCA_STATS_APP) && HAVE_DECL_TCA_STATS_APP))
     15 # define TCA_STATS_APP 4
     16 #endif
     17 #if !(defined(TCA_STATS_RATE_EST64) || (defined(HAVE_DECL_TCA_STATS_RATE_EST64) && HAVE_DECL_TCA_STATS_RATE_EST64))
     18 # define TCA_STATS_RATE_EST64 5
     19 #endif
     20 #if !(defined(TCA_STATS_PAD) || (defined(HAVE_DECL_TCA_STATS_PAD) && HAVE_DECL_TCA_STATS_PAD))
     21 # define TCA_STATS_PAD 6
     22 #endif
     23 
     24 #ifdef IN_MPERS
     25 
     26 # error static const struct xlat rtnl_tca_stats_attrs in mpers mode
     27 
     28 #else
     29 
     30 static
     31 const struct xlat rtnl_tca_stats_attrs[] = {
     32  XLAT(TCA_STATS_UNSPEC),
     33  XLAT(TCA_STATS_BASIC),
     34  XLAT(TCA_STATS_RATE_EST),
     35  XLAT(TCA_STATS_QUEUE),
     36  XLAT(TCA_STATS_APP),
     37  XLAT(TCA_STATS_RATE_EST64),
     38  XLAT(TCA_STATS_PAD),
     39  XLAT_END
     40 };
     41 
     42 #endif /* !IN_MPERS */
     43