huangcm
2025-08-25 f350412dc55c15118d0a7925d1071877498e5e24
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/* Generated by ./xlat/gen.sh from ./xlat/sysctl_net.in; do not edit. */
 
#include "gcc_compat.h"
#include "static_assert.h"
 
 
#ifndef XLAT_MACROS_ONLY
 
# ifdef IN_MPERS
 
#  error static const struct xlat sysctl_net in mpers mode
 
# else
 
static
const struct xlat sysctl_net[] = {
 XLAT(NET_CORE),
 XLAT(NET_ETHER),
 XLAT(NET_802),
 XLAT(NET_UNIX),
 XLAT(NET_IPV4),
 XLAT(NET_IPX),
 XLAT(NET_ATALK),
 XLAT(NET_NETROM),
 XLAT(NET_AX25),
 XLAT(NET_BRIDGE),
 XLAT(NET_ROSE),
 XLAT(NET_IPV6),
 XLAT(NET_X25),
 XLAT(NET_TR),
 XLAT(NET_DECNET),
 XLAT(NET_ECONET),
 XLAT(NET_SCTP),
#if defined(NET_LLC) || (defined(HAVE_DECL_NET_LLC) && HAVE_DECL_NET_LLC)
  XLAT(NET_LLC),
#endif
#if defined(NET_NETFILTER) || (defined(HAVE_DECL_NET_NETFILTER) && HAVE_DECL_NET_NETFILTER)
  XLAT(NET_NETFILTER),
#endif
#if defined(NET_DCCP) || (defined(HAVE_DECL_NET_DCCP) && HAVE_DECL_NET_DCCP)
  XLAT(NET_DCCP),
#endif
#if defined(NET_IRDA) || (defined(HAVE_DECL_NET_IRDA) && HAVE_DECL_NET_IRDA)
  XLAT(NET_IRDA),
#endif
 XLAT_END
};
 
# endif /* !IN_MPERS */
 
#endif /* !XLAT_MACROS_ONLY */