Home
last modified time | relevance | path

Searched refs:IP_VS_APP_TAB_SIZE (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/net/ipv4/ipvs/
Dip_vs_app.c35 #define IP_VS_APP_TAB_SIZE 16 /* must be power of 2 */ macro
37 #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()