Go to the documentation of this file.
23 #ifndef _LINUX_ROUTE_H
24 #define _LINUX_ROUTE_H
27 #include <linux/compiler.h>
51 #define RTF_GATEWAY 0x0002
52 #define RTF_HOST 0x0004
53 #define RTF_REINSTATE 0x0008
54 #define RTF_DYNAMIC 0x0010
55 #define RTF_MODIFIED 0x0020
56 #define RTF_MTU 0x0040
57 #define RTF_MSS RTF_MTU
58 #define RTF_WINDOW 0x0080
59 #define RTF_IRTT 0x0100
60 #define RTF_REJECT 0x0200