1 /* Generated by ./xlat/gen.sh from ./xlat/sysctl_net.in; do not edit. */ 2 3 static const struct xlat sysctl_net[] = { 4 #if defined(NET_CORE) || (defined(HAVE_DECL_NET_CORE) && HAVE_DECL_NET_CORE) 5 XLAT(NET_CORE), 6 #endif 7 #if defined(NET_ETHER) || (defined(HAVE_DECL_NET_ETHER) && HAVE_DECL_NET_ETHER) 8 XLAT(NET_ETHER), 9 #endif 10 #if defined(NET_802) || (defined(HAVE_DECL_NET_802) && HAVE_DECL_NET_802) 11 XLAT(NET_802), 12 #endif 13 #if defined(NET_UNIX) || (defined(HAVE_DECL_NET_UNIX) && HAVE_DECL_NET_UNIX) 14 XLAT(NET_UNIX), 15 #endif 16 #if defined(NET_IPV4) || (defined(HAVE_DECL_NET_IPV4) && HAVE_DECL_NET_IPV4) 17 XLAT(NET_IPV4), 18 #endif 19 #if defined(NET_IPX) || (defined(HAVE_DECL_NET_IPX) && HAVE_DECL_NET_IPX) 20 XLAT(NET_IPX), 21 #endif 22 #if defined(NET_ATALK) || (defined(HAVE_DECL_NET_ATALK) && HAVE_DECL_NET_ATALK) 23 XLAT(NET_ATALK), 24 #endif 25 #if defined(NET_NETROM) || (defined(HAVE_DECL_NET_NETROM) && HAVE_DECL_NET_NETROM) 26 XLAT(NET_NETROM), 27 #endif 28 #if defined(NET_AX25) || (defined(HAVE_DECL_NET_AX25) && HAVE_DECL_NET_AX25) 29 XLAT(NET_AX25), 30 #endif 31 #if defined(NET_BRIDGE) || (defined(HAVE_DECL_NET_BRIDGE) && HAVE_DECL_NET_BRIDGE) 32 XLAT(NET_BRIDGE), 33 #endif 34 #if defined(NET_ROSE) || (defined(HAVE_DECL_NET_ROSE) && HAVE_DECL_NET_ROSE) 35 XLAT(NET_ROSE), 36 #endif 37 #if defined(NET_IPV6) || (defined(HAVE_DECL_NET_IPV6) && HAVE_DECL_NET_IPV6) 38 XLAT(NET_IPV6), 39 #endif 40 #if defined(NET_X25) || (defined(HAVE_DECL_NET_X25) && HAVE_DECL_NET_X25) 41 XLAT(NET_X25), 42 #endif 43 #if defined(NET_TR) || (defined(HAVE_DECL_NET_TR) && HAVE_DECL_NET_TR) 44 XLAT(NET_TR), 45 #endif 46 #if defined(NET_DECNET) || (defined(HAVE_DECL_NET_DECNET) && HAVE_DECL_NET_DECNET) 47 XLAT(NET_DECNET), 48 #endif 49 #if defined(NET_ECONET) || (defined(HAVE_DECL_NET_ECONET) && HAVE_DECL_NET_ECONET) 50 XLAT(NET_ECONET), 51 #endif 52 #if defined(NET_SCTP) || (defined(HAVE_DECL_NET_SCTP) && HAVE_DECL_NET_SCTP) 53 XLAT(NET_SCTP), 54 #endif 55 #if defined(NET_LLC) || (defined(HAVE_DECL_NET_LLC) && HAVE_DECL_NET_LLC) 56 XLAT(NET_LLC), 57 #endif 58 #if defined(NET_NETFILTER) || (defined(HAVE_DECL_NET_NETFILTER) && HAVE_DECL_NET_NETFILTER) 59 XLAT(NET_NETFILTER), 60 #endif 61 #if defined(NET_DCCP) || (defined(HAVE_DECL_NET_DCCP) && HAVE_DECL_NET_DCCP) 62 XLAT(NET_DCCP), 63 #endif 64 #if defined(NET_IRDA) || (defined(HAVE_DECL_NET_IRDA) && HAVE_DECL_NET_IRDA) 65 XLAT(NET_IRDA), 66 #endif 67 XLAT_END 68 }; 69