commit | 0ce779a9f50108c26541b54c12a0808ba1be103a | [log] [tgz] |
---|---|---|
author | Miaohe Lin <linmiaohe@huawei.com> | Tue Aug 25 07:40:48 2020 -0400 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 25 06:20:10 2020 -0700 |
tree | ca9c4fb10d74c4346125d91877a6c843bb526724 | |
parent | 0316a211168dd94c4d3b81c91e76fac4f2714544 [diff] |
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>