Re: [PATCHv2 RFC net-next 4/7] tcp: replace dst_confirm with sk_dst_confirm

2017-01-29 Thread Eric Dumazet
On Sat, 2017-01-28 at 16:26 +0200, Julian Anastasov wrote: > When same struct dst_entry can be used for many different > neighbours we can not use it for pending confirmations. > Use the new sk_dst_confirm() helper to propagate the > indication from received packets to sock_confirm_neigh(). > > Re

[PATCHv2 RFC net-next 4/7] tcp: replace dst_confirm with sk_dst_confirm

2017-01-28 Thread Julian Anastasov
When same struct dst_entry can be used for many different neighbours we can not use it for pending confirmations. Use the new sk_dst_confirm() helper to propagate the indication from received packets to sock_confirm_neigh(). Reported-by: YueHaibing Fixes: 5110effee8fd ("net: Do delayed neigh conf