Searched refs:IP_VS_APP_TAB_SIZE (Results 1 – 1 of 1) sorted by relevance
35 #define IP_VS_APP_TAB_SIZE 16 /* must be power of 2 */ macro37 #define IP_VS_APP_HASH(proto, port) ((port^proto) & (IP_VS_APP_TAB_SIZE-1))50 static struct list_head ip_vs_app_base[IP_VS_APP_TAB_SIZE];412 for (idx=0 ; idx < IP_VS_APP_TAB_SIZE; idx++) { in ip_vs_app_getinfo()490 for (idx=0 ; idx < IP_VS_APP_TAB_SIZE; idx++) { in ip_vs_app_init()