Home
last modified time | relevance | path

Searched hist:"0 fa6efc54780412c3fbd6f6e61a5dfb4ca9bb59c" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv6/
H A Droute.cdiff 0fa6efc54780412c3fbd6f6e61a5dfb4ca9bb59c Wed May 22 22:28:00 CDT 2019 David Ahern <dsahern@gmail.com> ipv6: Refactor ip6_route_del for cached routes

Move the removal of cached routes to a helper, ip6_del_cached_rt, that
can be invoked per nexthop. Rename the existig ip6_del_cached_rt to
__ip6_del_cached_rt since it is called by ip6_del_cached_rt.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>