diff options
author | Guillaume Nault <gnault@redhat.com> | 2024-10-07 20:24:54 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-10-09 17:31:40 -0700 |
commit | d32976408744a589f04b5c939f8f01f7167e5167 (patch) | |
tree | 76075ee3b738cb88ec575c319d5f7a3d327488b8 /net/ipv4/tcp_output.c | |
parent | 1a7c292617e4c6dcacf0590909ad9a231df6e25e (diff) | |
download | linux-d32976408744a589f04b5c939f8f01f7167e5167.tar.gz linux-d32976408744a589f04b5c939f8f01f7167e5167.tar.bz2 linux-d32976408744a589f04b5c939f8f01f7167e5167.zip |
ipv4: Convert ip_mc_validate_source() to dscp_t.
Pass a dscp_t variable to ip_mc_validate_source(), instead of a plain
u8, to prevent accidental setting of ECN bits in ->flowi4_tos.
Callers of ip_mc_validate_source() to consider are:
* ip_route_input_mc() which already has a dscp_t variable to pass as
parameter. We just need to remove the inet_dscp_to_dsfield()
conversion.
* udp_v4_early_demux() which gets the DSCP directly from the IPv4
header and can simply use the ip4h_dscp() helper.
Also, stop including net/inet_dscp.h in udp.c as we don't use any of
its declarations anymore.
Signed-off-by: Guillaume Nault <gnault@redhat.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Tested-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Link: https://patch.msgid.link/c91b2cca04718b7ee6cf5b9c1d5b40507d65a8d4.1728302212.git.gnault@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions