ip: pass tos into ip_build_and_send_pkt()
authorWei Wang <weiwan@google.com>
Thu, 10 Sep 2020 00:50:47 +0000 (17:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Sep 2020 20:15:40 +0000 (13:15 -0700)
commitde033b7d1568a8f1252055c96cdd99954d5450c4
tree1c323222ce4d114d6ac3f9689cf5decfb916f06b
parente9b12edc133b54e15ecd105620d51fb8e8fa8bde
ip: pass tos into ip_build_and_send_pkt()

This commit adds tos as a new passed in parameter to
ip_build_and_send_pkt() which will be used in the later commit.
This is a pure restructure and does not have any functional change.

Signed-off-by: Wei Wang <weiwan@google.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip.h
net/dccp/ipv4.c
net/ipv4/ip_output.c
net/ipv4/tcp_ipv4.c