[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220420015851.50237-1-kuniyu@amazon.co.jp>
Date: Wed, 20 Apr 2022 10:58:49 +0900
From: Kuniyuki Iwashima <kuniyu@...zon.co.jp>
To: "David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
David Ahern <dsahern@...nel.org>
CC: Kuniyuki Iwashima <kuniyu@...zon.co.jp>,
Kuniyuki Iwashima <kuni1840@...il.com>,
<netdev@...r.kernel.org>
Subject: [PATCH net-next 0/2] ipv6: Use ipv6_only_sock helper function.
The first patch removes __ipv6_only_sock(), and the second replaces
ipv6only tests with ipv6_only_sock().
Kuniyuki Iwashima (2):
ipv6: Remove __ipv6_only_sock().
ipv6: Use ipv6_only_sock() helper in condition.
drivers/net/bonding/bond_main.c | 2 +-
.../net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/en_accel/fs_tcp.c | 2 +-
drivers/net/ethernet/netronome/nfp/crypto/tls.c | 2 +-
include/linux/ipv6.h | 4 +---
net/core/filter.c | 2 +-
net/dccp/ipv6.c | 2 +-
net/ipv6/af_inet6.c | 2 +-
net/ipv6/datagram.c | 4 ++--
net/ipv6/tcp_ipv6.c | 2 +-
net/ipv6/udp.c | 4 ++--
net/sctp/ipv6.c | 4 ++--
12 files changed, 15 insertions(+), 17 deletions(-)
--
2.30.2
Powered by blists - more mailing lists