net 01/05: fib_rules: rearrange struct fib_rule
[profile/ivi/kernel-adaptation-intel-automotive.git] / include / net / fib_rules.h
index 2cd707b..22fb323 100644 (file)
@@ -11,7 +11,6 @@ struct fib_rule {
        struct list_head        list;
        atomic_t                refcnt;
        int                     ifindex;
-       char                    ifname[IFNAMSIZ];
        u32                     mark;
        u32                     mark_mask;
        u32                     pref;
@@ -20,6 +19,7 @@ struct fib_rule {
        u8                      action;
        u32                     target;
        struct fib_rule *       ctarget;
+       char                    ifname[IFNAMSIZ];
        struct rcu_head         rcu;
        struct net *            fr_net;
 };