diff options
| author | Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> | 2002-10-24 12:57:46 -0700 |
|---|---|---|
| committer | Hideaki Yoshifuji <yoshfuji@linux-ipv6.org> | 2002-10-24 12:57:46 -0700 |
| commit | 2f499166a03eff8c728f190d14344cfdb53169e2 (patch) | |
| tree | 20eed6eed0683442633d8c1feeb544ab23866bad /include/net | |
| parent | ca77d319b757e8abb74684207de47298d1dd6fa2 (diff) | |
[NET]: Kill reroute from DST ops, unused.
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/dst.h | 2 |
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 *); |
