aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/dst.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-07-10 03:53:48 -0400
committerDavid S. Miller <davem@davemloft.net>2012-07-11 01:40:07 -0400
commit94334d5ed4b64ebcd2c4b421e133b921f8ccf75d (patch)
tree31b9093759fed4dfb9ab9546e1116981112f98cf /include/net/dst.h
parent794785bf12d5d6ad7f557d78d203bb0bbfcd8da2 (diff)
net: Kill set_dst_metric_rtt().
No longer used. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/dst.h')
-rw-r--r--include/net/dst.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/net/dst.h b/include/net/dst.h
index b2634e446613..51610468c63d 100644
--- a/include/net/dst.h
+++ b/include/net/dst.h
@@ -209,12 +209,6 @@ static inline unsigned long dst_metric_rtt(const struct dst_entry *dst, int metr
209 return msecs_to_jiffies(dst_metric(dst, metric)); 209 return msecs_to_jiffies(dst_metric(dst, metric));
210} 210}
211 211
212static inline void set_dst_metric_rtt(struct dst_entry *dst, int metric,
213 unsigned long rtt)
214{
215 dst_metric_set(dst, metric, jiffies_to_msecs(rtt));
216}
217
218static inline u32 212static inline u32
219dst_allfrag(const struct dst_entry *dst) 213dst_allfrag(const struct dst_entry *dst)
220{ 214{