diff options
| author | Ilpo Järvinen <[email protected]> | 2025-03-05 22:38:46 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2025-03-17 13:50:13 +0000 |
| commit | f0db2bca0cf9d35a348f8fa726c1f61879a5cd02 (patch) | |
| tree | 22625ba03ae49b905b0aefeb414e182694a794ea /net/ipv4/tcp.c | |
| parent | tcp: extend TCP flags to allow AE bit/ACE field (diff) | |
| download | kernel-f0db2bca0cf9d35a348f8fa726c1f61879a5cd02.tar.gz kernel-f0db2bca0cf9d35a348f8fa726c1f61879a5cd02.zip | |
tcp: rework {__,}tcp_ecn_check_ce() -> tcp_data_ecn_check()
Rename tcp_ecn_check_ce to tcp_data_ecn_check as it is
called only for data segments, not for ACKs (with AccECN,
also ACKs may get ECN bits).
The extra "layer" in tcp_ecn_check_ce() function just
checks for ECN being enabled, that can be moved into
tcp_ecn_field_check rather than having the __ variant.
No functional changes.
Signed-off-by: Ilpo Järvinen <[email protected]>
Signed-off-by: Chia-Yu Chang <[email protected]>
Reviewed-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp.c')
0 files changed, 0 insertions, 0 deletions
