Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94334d5e authored by David S. Miller's avatar David S. Miller
Browse files

net: Kill set_dst_metric_rtt().



No longer used.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 794785bf
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -209,12 +209,6 @@ static inline unsigned long dst_metric_rtt(const struct dst_entry *dst, int metr
	return msecs_to_jiffies(dst_metric(dst, metric));
}

static inline void set_dst_metric_rtt(struct dst_entry *dst, int metric,
				      unsigned long rtt)
{
	dst_metric_set(dst, metric, jiffies_to_msecs(rtt));
}

static inline u32
dst_allfrag(const struct dst_entry *dst)
{