diff options
Diffstat (limited to 'libc/kernel/uapi/linux/fib_rules.h')
-rw-r--r-- | libc/kernel/uapi/linux/fib_rules.h | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/libc/kernel/uapi/linux/fib_rules.h b/libc/kernel/uapi/linux/fib_rules.h index afe6bc02a..49953ef27 100644 --- a/libc/kernel/uapi/linux/fib_rules.h +++ b/libc/kernel/uapi/linux/fib_rules.h @@ -31,60 +31,60 @@ #define FIB_RULE_FIND_SADDR 0x00010000 struct fib_rule_hdr { /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - __u8 family; - __u8 dst_len; - __u8 src_len; - __u8 tos; + __u8 family; + __u8 dst_len; + __u8 src_len; + __u8 tos; /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - __u8 table; - __u8 res1; - __u8 res2; - __u8 action; + __u8 table; + __u8 res1; + __u8 res2; + __u8 action; /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - __u32 flags; + __u32 flags; }; enum { - FRA_UNSPEC, + FRA_UNSPEC, /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - FRA_DST, - FRA_SRC, - FRA_IIFNAME, + FRA_DST, + FRA_SRC, + FRA_IIFNAME, #define FRA_IFNAME FRA_IIFNAME /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - FRA_GOTO, - FRA_UNUSED2, - FRA_PRIORITY, - FRA_UNUSED3, + FRA_GOTO, + FRA_UNUSED2, + FRA_PRIORITY, + FRA_UNUSED3, /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - FRA_UNUSED4, - FRA_UNUSED5, - FRA_FWMARK, - FRA_FLOW, + FRA_UNUSED4, + FRA_UNUSED5, + FRA_FWMARK, + FRA_FLOW, /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - FRA_UNUSED6, - FRA_SUPPRESS_IFGROUP, - FRA_SUPPRESS_PREFIXLEN, - FRA_TABLE, + FRA_UNUSED6, + FRA_SUPPRESS_IFGROUP, + FRA_SUPPRESS_PREFIXLEN, + FRA_TABLE, /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - FRA_FWMASK, - FRA_OIFNAME, - __FRA_MAX + FRA_FWMASK, + FRA_OIFNAME, + __FRA_MAX }; /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ #define FRA_MAX (__FRA_MAX - 1) enum { - FR_ACT_UNSPEC, - FR_ACT_TO_TBL, + FR_ACT_UNSPEC, + FR_ACT_TO_TBL, /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - FR_ACT_GOTO, - FR_ACT_NOP, - FR_ACT_RES3, - FR_ACT_RES4, + FR_ACT_GOTO, + FR_ACT_NOP, + FR_ACT_RES3, + FR_ACT_RES4, /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - FR_ACT_BLACKHOLE, - FR_ACT_UNREACHABLE, - FR_ACT_PROHIBIT, - __FR_ACT_MAX, + FR_ACT_BLACKHOLE, + FR_ACT_UNREACHABLE, + FR_ACT_PROHIBIT, + __FR_ACT_MAX, /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ }; #define FR_ACT_MAX (__FR_ACT_MAX - 1) |