1 /* Generated by ./xlat/gen.sh from ./xlat/rtnl_rule_attrs.in; do not edit. */ 2 #if !(defined(FRA_UNSPEC) || (defined(HAVE_DECL_FRA_UNSPEC) && HAVE_DECL_FRA_UNSPEC)) 3 # define FRA_UNSPEC 0 4 #endif 5 #if !(defined(FRA_DST) || (defined(HAVE_DECL_FRA_DST) && HAVE_DECL_FRA_DST)) 6 # define FRA_DST 1 7 #endif 8 #if !(defined(FRA_SRC) || (defined(HAVE_DECL_FRA_SRC) && HAVE_DECL_FRA_SRC)) 9 # define FRA_SRC 2 10 #endif 11 #if !(defined(FRA_IIFNAME) || (defined(HAVE_DECL_FRA_IIFNAME) && HAVE_DECL_FRA_IIFNAME)) 12 # define FRA_IIFNAME 3 13 #endif 14 #if !(defined(FRA_GOTO) || (defined(HAVE_DECL_FRA_GOTO) && HAVE_DECL_FRA_GOTO)) 15 # define FRA_GOTO 4 16 #endif 17 #if !(defined(FRA_UNUSED2) || (defined(HAVE_DECL_FRA_UNUSED2) && HAVE_DECL_FRA_UNUSED2)) 18 # define FRA_UNUSED2 5 19 #endif 20 #if !(defined(FRA_PRIORITY) || (defined(HAVE_DECL_FRA_PRIORITY) && HAVE_DECL_FRA_PRIORITY)) 21 # define FRA_PRIORITY 6 22 #endif 23 #if !(defined(FRA_UNUSED3) || (defined(HAVE_DECL_FRA_UNUSED3) && HAVE_DECL_FRA_UNUSED3)) 24 # define FRA_UNUSED3 7 25 #endif 26 #if !(defined(FRA_UNUSED4) || (defined(HAVE_DECL_FRA_UNUSED4) && HAVE_DECL_FRA_UNUSED4)) 27 # define FRA_UNUSED4 8 28 #endif 29 #if !(defined(FRA_UNUSED5) || (defined(HAVE_DECL_FRA_UNUSED5) && HAVE_DECL_FRA_UNUSED5)) 30 # define FRA_UNUSED5 9 31 #endif 32 #if !(defined(FRA_FWMARK) || (defined(HAVE_DECL_FRA_FWMARK) && HAVE_DECL_FRA_FWMARK)) 33 # define FRA_FWMARK 10 34 #endif 35 #if !(defined(FRA_FLOW) || (defined(HAVE_DECL_FRA_FLOW) && HAVE_DECL_FRA_FLOW)) 36 # define FRA_FLOW 11 37 #endif 38 #if !(defined(FRA_TUN_ID) || (defined(HAVE_DECL_FRA_TUN_ID) && HAVE_DECL_FRA_TUN_ID)) 39 # define FRA_TUN_ID 12 40 #endif 41 #if !(defined(FRA_SUPPRESS_IFGROUP) || (defined(HAVE_DECL_FRA_SUPPRESS_IFGROUP) && HAVE_DECL_FRA_SUPPRESS_IFGROUP)) 42 # define FRA_SUPPRESS_IFGROUP 13 43 #endif 44 #if !(defined(FRA_SUPPRESS_PREFIXLEN) || (defined(HAVE_DECL_FRA_SUPPRESS_PREFIXLEN) && HAVE_DECL_FRA_SUPPRESS_PREFIXLEN)) 45 # define FRA_SUPPRESS_PREFIXLEN 14 46 #endif 47 #if !(defined(FRA_TABLE) || (defined(HAVE_DECL_FRA_TABLE) && HAVE_DECL_FRA_TABLE)) 48 # define FRA_TABLE 15 49 #endif 50 #if !(defined(FRA_FWMASK) || (defined(HAVE_DECL_FRA_FWMASK) && HAVE_DECL_FRA_FWMASK)) 51 # define FRA_FWMASK 16 52 #endif 53 #if !(defined(FRA_OIFNAME) || (defined(HAVE_DECL_FRA_OIFNAME) && HAVE_DECL_FRA_OIFNAME)) 54 # define FRA_OIFNAME 17 55 #endif 56 #if !(defined(FRA_PAD) || (defined(HAVE_DECL_FRA_PAD) && HAVE_DECL_FRA_PAD)) 57 # define FRA_PAD 18 58 #endif 59 #if !(defined(FRA_L3MDEV) || (defined(HAVE_DECL_FRA_L3MDEV) && HAVE_DECL_FRA_L3MDEV)) 60 # define FRA_L3MDEV 19 61 #endif 62 #if !(defined(FRA_UID_RANGE) || (defined(HAVE_DECL_FRA_UID_RANGE) && HAVE_DECL_FRA_UID_RANGE)) 63 # define FRA_UID_RANGE 20 64 #endif 65 66 #ifdef IN_MPERS 67 68 # error static const struct xlat rtnl_rule_attrs in mpers mode 69 70 #else 71 72 static 73 const struct xlat rtnl_rule_attrs[] = { 74 XLAT(FRA_UNSPEC), 75 XLAT(FRA_DST), 76 XLAT(FRA_SRC), 77 XLAT(FRA_IIFNAME), 78 XLAT(FRA_GOTO), 79 XLAT(FRA_UNUSED2), 80 XLAT(FRA_PRIORITY), 81 XLAT(FRA_UNUSED3), 82 XLAT(FRA_UNUSED4), 83 XLAT(FRA_UNUSED5), 84 XLAT(FRA_FWMARK), 85 XLAT(FRA_FLOW), 86 XLAT(FRA_TUN_ID), 87 XLAT(FRA_SUPPRESS_IFGROUP), 88 XLAT(FRA_SUPPRESS_PREFIXLEN), 89 XLAT(FRA_TABLE), 90 XLAT(FRA_FWMASK), 91 XLAT(FRA_OIFNAME), 92 XLAT(FRA_PAD), 93 XLAT(FRA_L3MDEV), 94 XLAT(FRA_UID_RANGE), 95 XLAT_END 96 }; 97 98 #endif /* !IN_MPERS */ 99