summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorAlexey Kuznetsov <kuznet@ms2.inr.ac.ru>2002-10-24 12:57:46 -0700
committerHideaki Yoshifuji <yoshfuji@linux-ipv6.org>2002-10-24 12:57:46 -0700
commit2f499166a03eff8c728f190d14344cfdb53169e2 (patch)
tree20eed6eed0683442633d8c1feeb544ab23866bad /include/net
parentca77d319b757e8abb74684207de47298d1dd6fa2 (diff)
[NET]: Kill reroute from DST ops, unused.
Diffstat (limited to 'include/net')
-rw-r--r--include/net/dst.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/dst.h b/include/net/dst.h
index c27a2e6f497c..faf5e30316be 100644
--- a/include/net/dst.h
+++ b/include/net/dst.h
@@ -78,8 +78,6 @@ struct dst_ops
int (*gc)(void);
struct dst_entry * (*check)(struct dst_entry *, __u32 cookie);
- struct dst_entry * (*reroute)(struct dst_entry *,
- struct sk_buff *);
void (*destroy)(struct dst_entry *);
struct dst_entry * (*negative_advice)(struct dst_entry *);
void (*link_failure)(struct sk_buff *);