Re: [PATCH net-next] neigh: introduce __neigh_confirm() for __ipv{4, 6}_confirm_neigh
From: Eric Dumazet
Date: Wed Nov 17 2021 - 12:37:05 EST
On 11/17/21 4:02 AM, Yajun Deng wrote:
> Those __ipv4_confirm_neigh(), __ipv6_confirm_neigh() and __ipv6_confirm_neigh_stub()
> functions have similar code. introduce __neigh_confirm() for it.
>
At first glance, this might add an indirect call ?