From c0e91f42a2c9475db18b020eae997f3b8205df69 Mon Sep 17 00:00:00 2001 From: Flavius Mazilu Date: Sat, 21 Mar 2026 22:20:04 +0200 Subject: [PATCH] clear options for trimming --- include/linux/tcp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/tcp.h b/include/linux/tcp.h index ac7ce972ab280..fb1814fa6ac8e 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h @@ -136,6 +136,7 @@ static inline void tcp_clear_options(struct tcp_options_received *rx_opt) { rx_opt->tstamp_ok = rx_opt->sack_ok = 0; rx_opt->wscale_ok = rx_opt->snd_wscale = 0; + rx_opt->trimming_nack_rcvd = rx_opt->trimming_ok = 0; #if IS_ENABLED(CONFIG_SMC) rx_opt->smc_ok = 0; #endif