Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/sysctl_net_core.in; do not edit. */
      2 
      3 #include "gcc_compat.h"
      4 #include "static_assert.h"
      5 
      6 
      7 #ifndef XLAT_MACROS_ONLY
      8 
      9 # ifdef IN_MPERS
     10 
     11 #  error static const struct xlat sysctl_net_core in mpers mode
     12 
     13 # else
     14 
     15 static
     16 const struct xlat sysctl_net_core[] = {
     17  XLAT(NET_CORE_WMEM_MAX),
     18  XLAT(NET_CORE_RMEM_MAX),
     19  XLAT(NET_CORE_WMEM_DEFAULT),
     20  XLAT(NET_CORE_RMEM_DEFAULT),
     21  XLAT(NET_CORE_MAX_BACKLOG),
     22  XLAT(NET_CORE_FASTROUTE),
     23  XLAT(NET_CORE_MSG_COST),
     24  XLAT(NET_CORE_MSG_BURST),
     25  XLAT(NET_CORE_OPTMEM_MAX),
     26  XLAT(NET_CORE_HOT_LIST_LENGTH),
     27  XLAT(NET_CORE_DIVERT_VERSION),
     28  XLAT(NET_CORE_NO_CONG_THRESH),
     29  XLAT(NET_CORE_NO_CONG),
     30  XLAT(NET_CORE_LO_CONG),
     31  XLAT(NET_CORE_MOD_CONG),
     32  XLAT(NET_CORE_DEV_WEIGHT),
     33  XLAT(NET_CORE_SOMAXCONN),
     34 #if defined(NET_CORE_DESTROY_DELAY) || (defined(HAVE_DECL_NET_CORE_DESTROY_DELAY) && HAVE_DECL_NET_CORE_DESTROY_DELAY)
     35   XLAT(NET_CORE_DESTROY_DELAY),
     36 #endif
     37 #if defined(NET_CORE_BUDGET) || (defined(HAVE_DECL_NET_CORE_BUDGET) && HAVE_DECL_NET_CORE_BUDGET)
     38   XLAT(NET_CORE_BUDGET),
     39 #endif
     40 #if defined(NET_CORE_AEVENT_ETIME) || (defined(HAVE_DECL_NET_CORE_AEVENT_ETIME) && HAVE_DECL_NET_CORE_AEVENT_ETIME)
     41   XLAT(NET_CORE_AEVENT_ETIME),
     42 #endif
     43 #if defined(NET_CORE_AEVENT_RSEQTH) || (defined(HAVE_DECL_NET_CORE_AEVENT_RSEQTH) && HAVE_DECL_NET_CORE_AEVENT_RSEQTH)
     44   XLAT(NET_CORE_AEVENT_RSEQTH),
     45 #endif
     46 #if defined(NET_CORE_WARNINGS) || (defined(HAVE_DECL_NET_CORE_WARNINGS) && HAVE_DECL_NET_CORE_WARNINGS)
     47   XLAT(NET_CORE_WARNINGS),
     48 #endif
     49  XLAT_END
     50 };
     51 
     52 # endif /* !IN_MPERS */
     53 
     54 #endif /* !XLAT_MACROS_ONLY */
     55