Go to the documentation of this file. 1 #ifndef __LINUX_FIB_RULES_H
2 #define __LINUX_FIB_RULES_H
4 #include <linux/types.h>
5 #include <linux/rtnetlink.h>
8 #define FIB_RULE_PERMANENT 0x00000001
9 #define FIB_RULE_INVERT 0x00000002
10 #define FIB_RULE_UNRESOLVED 0x00000004
11 #define FIB_RULE_IIF_DETACHED 0x00000008
12 #define FIB_RULE_DEV_DETACHED FIB_RULE_IIF_DETACHED
13 #define FIB_RULE_OIF_DETACHED 0x00000010
16 #define FIB_RULE_FIND_SADDR 0x00010000
37 #define FRA_IFNAME FRA_IIFNAME
55 #define FRA_MAX (__FRA_MAX - 1)
70 #define FR_ACT_MAX (__FR_ACT_MAX - 1)