commit | de033b7d1568a8f1252055c96cdd99954d5450c4 | [log] [tgz] |
---|---|---|
author | Wei Wang <weiwan@google.com> | Wed Sep 09 17:50:47 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 10 13:15:40 2020 -0700 |
tree | 1c323222ce4d114d6ac3f9689cf5decfb916f06b | |
parent | e9b12edc133b54e15ecd105620d51fb8e8fa8bde [diff] |
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>