From: Eric Dumazet <eduma...@google.com> Date: Tue, 1 Oct 2019 10:49:06 -0700
> tcp_twsk_unique() has a hard coded assumption about ipv4 loopback > being 127/8 > > Lets instead use the standard ipv4_is_loopback() method, > in a new ipv6_addr_v4mapped_loopback() helper. > > Signed-off-by: Eric Dumazet <eduma...@google.com> Applied, thanks.