Re: [PATCH net] net: diag: support v4mapped sockets in inet_diag_find_one_icsk()
From: David Miller <davem@davemloft.net> Date: 2016-01-21 02:51:47
From: Eric Dumazet <redacted>
Date: Wed, 20 Jan 2016 16:25:01 -0800
From: Eric Dumazet <edumazet@google.com>
Lorenzo reported that we could not properly find v4mapped sockets
in inet_diag_find_one_icsk(). This patch fixes the issue.
Reported-by: Lorenzo Colitti <redacted>
Signed-off-by: Eric Dumazet <edumazet@google.com>