aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/dst.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/dst.h')
-rw-r--r--include/net/dst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/dst.h b/include/net/dst.h
index e03ea0c04e01..e24a41644c00 100644
--- a/include/net/dst.h
+++ b/include/net/dst.h
@@ -89,7 +89,7 @@ struct dst_ops
89 __be16 protocol; 89 __be16 protocol;
90 unsigned gc_thresh; 90 unsigned gc_thresh;
91 91
92 int (*gc)(void); 92 int (*gc)(struct dst_ops *ops);
93 struct dst_entry * (*check)(struct dst_entry *, __u32 cookie); 93 struct dst_entry * (*check)(struct dst_entry *, __u32 cookie);
94 void (*destroy)(struct dst_entry *); 94 void (*destroy)(struct dst_entry *);
95 void (*ifdown)(struct dst_entry *, 95 void (*ifdown)(struct dst_entry *,