commit | e528edf1e579939c2f5d4008471d95dd33911bd8 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Jun 19 12:02:59 2020 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 04 10:26:53 2021 +0100 |
tree | 2b17f2c5164eca3263dc06ab462ea94c5b11b789 | |
parent | c30e93eee3bf0cd4e82fe4b7b3d68f342fee1dec [diff] |
ipv6: icmp6: avoid indirect call for icmpv6_send() commit cc7a21b6fbd945f8d8f61422ccd27203c1fafeb7 upstream. If IPv6 is builtin, we do not need an expensive indirect call to reach icmp6_send(). v2: put inline keyword before the type to avoid sparse warnings. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>