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