]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit32389723e5c8342c628e1dbeb70c89add5622737
tree1c323222ce4d114d6ac3f9689cf5decfb916f06b
parent6fd85e7b0b51516208266bdffdf8f1c941755b38
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