ipv6: Remove __ipv6_only_sock().
authorKuniyuki Iwashima <kuniyu@amazon.co.jp>
Wed, 20 Apr 2022 01:58:50 +0000 (10:58 +0900)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 Apr 2022 11:47:50 +0000 (12:47 +0100)
commit89e9c7280075f6733b22dd0740daeddeb1256ebf
tree926a7145056285b2d72e09438f605bbd798c47ca
parent0844d36f771d3fe3c418df7569396a9a58feab85
ipv6: Remove __ipv6_only_sock().

Since commit 9fe516ba3fb2 ("inet: move ipv6only in sock_common"),
ipv6_only_sock() and __ipv6_only_sock() are the same macro.  Let's
remove the one.

Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.co.jp>
Reviewed-by: David Ahern <dsahern@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/ipv6.h
net/dccp/ipv6.c
net/ipv6/datagram.c
net/ipv6/tcp_ipv6.c
net/ipv6/udp.c
net/sctp/ipv6.c