Go to the documentation of this file.
4 #include <linux/types.h>
7 #define IP6T_RT_HOPS 16
19 #define IP6T_RT_TYP 0x01
20 #define IP6T_RT_SGS 0x02
21 #define IP6T_RT_LEN 0x04
22 #define IP6T_RT_RES 0x08
23 #define IP6T_RT_FST_MASK 0x30
24 #define IP6T_RT_FST 0x10
25 #define IP6T_RT_FST_NSTRICT 0x20
28 #define IP6T_RT_INV_TYP 0x01
29 #define IP6T_RT_INV_SGS 0x02
30 #define IP6T_RT_INV_LEN 0x04
31 #define IP6T_RT_INV_MASK 0x07