summaryrefslogtreecommitdiffstats
path: root/include/net/netns/smc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netns/smc.h')
-rw-r--r--include/net/netns/smc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/netns/smc.h b/include/net/netns/smc.h
index 47b166684fd8..e5389eeaf8bd 100644
--- a/include/net/netns/smc.h
+++ b/include/net/netns/smc.h
@@ -14,5 +14,9 @@ struct netns_smc {
struct smc_stats_rsn *fback_rsn;
bool limit_smc_hs; /* constraint on handshake */
+#ifdef CONFIG_SYSCTL
+ struct ctl_table_header *smc_hdr;
+#endif
+ unsigned int sysctl_autocorking_size;
};
#endif