Searched refs:UDP_APP_TAB_SIZE (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_proto_udp.c279 #define UDP_APP_TAB_SIZE (1 << UDP_APP_TAB_BITS) macro
280 #define UDP_APP_TAB_MASK (UDP_APP_TAB_SIZE - 1)
282 static struct list_head udp_apps[UDP_APP_TAB_SIZE];

Completed in 50 milliseconds