]> git.baikalelectronics.ru Git - kernel.git/commit
net: Use helper macro RT_TOS() in __icmp_send()
authorMiaohe Lin <linmiaohe@huawei.com>
Mon, 24 Aug 2020 11:44:37 +0000 (07:44 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 Aug 2020 01:12:36 +0000 (18:12 -0700)
commitd727e8be59ac4702087dcf21ca023af991fa8a18
treebd886e4f2c9de25ca992dd52548efa6dcb177669
parentc314d1a7630489749387d57da165329a7d951e6b
net: Use helper macro RT_TOS() in __icmp_send()

Use helper macro RT_TOS() to get tos in __icmp_send().

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