Eric Dumazet
e8dfd42c17
ipv6: introduce dst_rt6_info() helper
...
Instead of (struct rt6_info *)dst casts, we can use :
#define dst_rt6_info(_ptr) \
container_of_const(_ptr, struct rt6_info, dst)
Some places needed missing const qualifiers :
ip6_confirm_neigh(), ipv6_anycast_destination(),
ipv6_unicast_destination(), has_gateway()
v2: added missing parts (David Ahern)
Signed-off-by: Eric Dumazet <edumazet@google.com >
Reviewed-by: David Ahern <dsahern@kernel.org >
Signed-off-by: David S. Miller <davem@davemloft.net >
2024-04-29 13:32:01 +01:00
..
2024-04-29 13:32:01 +01:00
2024-04-22 08:56:31 +01:00
2024-01-30 12:43:18 +01:00
2024-04-22 08:56:31 +01:00
2024-04-08 11:01:05 +01:00
2024-03-07 21:12:43 -08:00
2024-02-09 14:12:01 -08:00
2024-02-26 18:40:34 -08:00
2024-02-28 19:37:34 -08:00
2023-12-11 10:59:17 +00:00
2023-10-06 07:31:14 +02:00
2024-04-11 19:29:22 -07:00
2023-05-24 08:43:39 +01:00
2024-01-05 08:11:49 -08:00
2024-03-11 15:15:08 -07:00
2024-03-08 10:10:35 +00:00
2024-04-29 13:32:01 +01:00
2023-10-01 19:09:54 +01:00
2024-03-07 21:12:43 -08:00
2023-10-26 16:24:09 -07:00
2024-03-01 08:42:33 +00:00
2024-04-11 14:23:47 -07:00
2023-09-15 10:33:48 +01:00
2024-04-15 11:32:13 +01:00
2021-02-23 11:29:52 -08:00
2024-03-01 08:42:33 +00:00
2024-03-07 21:12:42 -08:00
2024-04-29 13:32:01 +01:00
2024-04-01 10:49:28 +01:00
2024-02-09 14:12:01 -08:00
2024-04-16 17:33:59 -07:00
2024-04-29 13:32:01 +01:00
2022-09-29 07:18:00 +02:00
2024-03-06 12:37:06 +00:00
2023-08-16 10:03:08 +01:00
2023-10-27 10:35:44 +01:00
2021-04-27 14:02:06 -07:00
2024-03-01 08:42:33 +00:00
2024-02-09 14:12:01 -08:00
2024-04-29 13:32:01 +01:00
2023-10-06 08:31:53 +02:00
2024-03-01 08:42:31 +00:00
2024-04-29 13:32:01 +01:00
2023-10-20 12:01:00 +01:00
2024-04-29 13:32:01 +01:00
2024-04-22 08:56:31 +01:00
2024-04-29 13:32:01 +01:00
2023-07-12 17:12:29 -07:00
2023-06-19 11:32:58 -07:00
2024-03-01 08:42:33 +00:00
2023-05-17 09:05:47 +01:00
2023-08-15 18:51:47 -07:00
2024-02-20 10:17:14 +01:00
2024-04-01 10:49:28 +01:00
2024-04-05 22:32:37 -07:00
2024-04-22 08:56:31 +01:00
2023-10-27 10:35:46 +01:00
2024-04-29 13:32:01 +01:00
2024-03-07 21:12:42 -08:00
2024-02-09 14:12:01 -08:00
2022-10-12 17:50:37 -07:00
2024-03-29 11:30:44 +00:00
2024-04-29 13:32:01 +01:00
2023-09-14 16:16:36 +02:00
2024-03-04 08:47:06 +00:00
2023-10-25 18:04:29 -07:00
2024-04-29 13:32:01 +01:00
2024-03-08 10:56:05 +00:00