]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/net/route.h
NFS: Add a tracepoint in nfs_fh_to_dentry()
[linux.git] / include / net / route.h
index dfce19c9fa9618add7323eeee6e42e6d1a08ad84..6c516840380db2babc82ef05e2f2e3c49aaeafa3 100644 (file)
@@ -53,10 +53,11 @@ struct rtable {
        unsigned int            rt_flags;
        __u16                   rt_type;
        __u8                    rt_is_input;
-       u8                      rt_gw_family;
+       __u8                    rt_uses_gateway;
 
        int                     rt_iif;
 
+       u8                      rt_gw_family;
        /* Info on neighbour */
        union {
                __be32          rt_gw4;