YOSHIFUJI Hideaki
6b75d09081
[IPV6]: Optimize hop-limit determination.
...
Last part of hop-limit determination is always:
hoplimit = dst_metric(dst, RTAX_HOPLIMIT);
if (hoplimit < 0)
hoplimit = ipv6_get_hoplimit(dst->dev).
Let's consolidate it as ip6_dst_hoplimit(dst).
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
2008-03-25 10:24:00 +09:00
..
2008-03-05 20:47:47 -08:00
2007-07-31 02:28:21 -07:00
2008-03-25 10:23:58 +09:00
2008-03-05 20:47:47 -08:00
2008-03-21 04:14:45 -07:00
2008-02-12 22:50:35 -08:00
2008-03-04 13:45:59 -08:00
2008-01-28 15:01:44 -08:00
2008-02-12 22:50:35 -08:00
2007-02-10 23:19:42 -08:00
2008-01-28 15:01:46 -08:00
2008-03-04 13:48:30 -08:00
2008-03-25 10:24:00 +09:00
2007-10-15 12:26:32 -07:00
2008-03-22 16:50:58 -07:00
2008-03-04 13:48:30 -08:00
2008-01-28 15:00:31 -08:00
2008-03-05 10:48:56 -08:00
2008-03-25 10:24:00 +09:00
2008-03-05 20:47:47 -08:00
2008-02-28 11:23:17 -08:00
2008-03-25 10:24:00 +09:00
2008-03-20 16:13:58 -07:00
2008-03-06 16:22:02 -08:00
2008-03-21 04:10:53 -07:00
2008-03-05 20:47:47 -08:00
2008-03-23 21:58:44 -07:00
2008-03-05 10:48:10 -08:00
2008-03-06 16:22:02 -08:00
2007-04-25 22:23:36 -07:00
2008-03-25 10:24:00 +09:00
2008-01-28 15:10:40 -08:00
2008-03-25 10:24:00 +09:00
2008-03-05 10:48:10 -08:00
2008-03-23 22:21:28 -07:00
2008-03-04 15:18:23 +09:00
2008-03-22 16:50:58 -07:00
2007-10-15 12:50:28 -07:00
2008-03-22 16:51:21 -07:00
2008-03-25 10:24:00 +09:00
2008-03-24 14:56:57 -07:00
2008-03-25 10:23:56 +09:00
2008-01-28 14:53:46 -08:00
2008-01-28 14:53:52 -08:00
2007-10-10 16:55:54 -07:00
2008-01-28 14:59:18 -08:00
2008-02-12 18:07:27 -08:00
2008-03-05 10:48:10 -08:00
2008-03-25 10:23:56 +09:00
2008-03-25 10:23:57 +09:00