]> 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)
commit7b2f8677f8a8feedc7b83b90df147defa38dce03
treebd886e4f2c9de25ca992dd52548efa6dcb177669
parentb304971a881fbf59f9a4ee0380575b011dcee309
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