switchdev: pass pointer to fib_info instead of copy
[deliverable/linux.git] / include / net / switchdev.h
index 51d77b2ce2b291d6ffa3c3f467ddf8c564892e48..985619a593230a6532017e4f61dfaa945b04a08f 100644 (file)
@@ -97,7 +97,7 @@ struct switchdev_obj_ipv4_fib {
        struct switchdev_obj obj;
        u32 dst;
        int dst_len;
-       struct fib_info fi;
+       struct fib_info *fi;
        u8 tos;
        u8 type;
        u32 nlflags;
This page took 0.038768 seconds and 5 git commands to generate.