]> git.dujemihanovic.xyz Git - linux.git/commit
net: Avoid unnecessary inet_addr_type() call when addr is INADDR_ANY
authorMiaohe Lin <linmiaohe@huawei.com>
Tue, 25 Aug 2020 11:40:48 +0000 (07:40 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 Aug 2020 13:20:10 +0000 (06:20 -0700)
commit0ce779a9f50108c26541b54c12a0808ba1be103a
treeca9c4fb10d74c4346125d91877a6c843bb526724
parent0316a211168dd94c4d3b81c91e76fac4f2714544
net: Avoid unnecessary inet_addr_type() call when addr is INADDR_ANY

We can avoid unnecessary inet_addr_type() call by check addr against
INADDR_ANY first.

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ping.c