aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip_vs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/ip_vs.h')
-rw-r--r--include/net/ip_vs.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h
index 1b13cef4b547..38f4f690b186 100644
--- a/include/net/ip_vs.h
+++ b/include/net/ip_vs.h
@@ -621,16 +621,8 @@ extern void ip_vs_init_hash_table(struct list_head *table, int rows);
621#ifndef CONFIG_IP_VS_TAB_BITS 621#ifndef CONFIG_IP_VS_TAB_BITS
622#define CONFIG_IP_VS_TAB_BITS 12 622#define CONFIG_IP_VS_TAB_BITS 12
623#endif 623#endif
624/* make sure that IP_VS_CONN_TAB_BITS is located in [8, 20] */ 624
625#if CONFIG_IP_VS_TAB_BITS < 8
626#define IP_VS_CONN_TAB_BITS 8
627#endif
628#if CONFIG_IP_VS_TAB_BITS > 20
629#define IP_VS_CONN_TAB_BITS 20
630#endif
631#if 8 <= CONFIG_IP_VS_TAB_BITS && CONFIG_IP_VS_TAB_BITS <= 20
632#define IP_VS_CONN_TAB_BITS CONFIG_IP_VS_TAB_BITS 625#define IP_VS_CONN_TAB_BITS CONFIG_IP_VS_TAB_BITS
633#endif
634#define IP_VS_CONN_TAB_SIZE (1 << IP_VS_CONN_TAB_BITS) 626#define IP_VS_CONN_TAB_SIZE (1 << IP_VS_CONN_TAB_BITS)
635#define IP_VS_CONN_TAB_MASK (IP_VS_CONN_TAB_SIZE - 1) 627#define IP_VS_CONN_TAB_MASK (IP_VS_CONN_TAB_SIZE - 1)
636 628