diff options
| author | Eric Dumazet <[email protected]> | 2024-04-26 15:19:52 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2024-04-29 13:32:01 +0100 |
| commit | e8dfd42c17faf183415323db1ef0c977be0d6489 (patch) | |
| tree | c51745e2765effa88f3047a634efef44e00eebb1 /tools/perf/scripts/python/stackcollapse.py | |
| parent | fac87d32a092e0a987e3fb7a7821e2468e96f91c (diff) | |
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 <[email protected]>
Reviewed-by: David Ahern <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions