On Tue, Nov 5, 2024 at 11:07 AM <chia-yu.chang@xxxxxxxxxxxxxxxxxxx> wrote: > > From: Chia-Yu Chang <chia-yu.chang@xxxxxxxxxxxxxxxxxxx> > > Use BIT() macro for TCP flags field and TCP congestion control > flags that will be used by the congestion control algorithm. > > No functional changes. > > Signed-off-by: Chia-Yu Chang <chia-yu.chang@xxxxxxxxxxxxxxxxxxx> > Reviewed-by: Ilpo Järvinen <ij@xxxxxxxxxx> > --- > include/net/tcp.h | 21 +++++++++++---------- > 1 file changed, 11 insertions(+), 10 deletions(-) Reviewed-by: Eric Dumazet <edumazet@xxxxxxxxxx>