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)
commit373c15c2e915178f7bde64a49810b7f48c5ef0bd
treebd886e4f2c9de25ca992dd52548efa6dcb177669
parent755114497815bd0931e2d0e95c5aa969dcf4aa25
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