]> 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)
commit7e0a48ae1c738ae3fa860748c8da806c9d786472
tree1c323222ce4d114d6ac3f9689cf5decfb916f06b
parentdd83a2bad2c0cce6e45cdaeb447710dd0bc3588c
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