UDP_APP_TAB_SIZE  377 net/netfilter/ipvs/ip_vs_proto_udp.c #define	UDP_APP_TAB_MASK	(UDP_APP_TAB_SIZE - 1)
UDP_APP_TAB_SIZE  379 net/netfilter/ipvs/ip_vs_proto_udp.c static struct list_head udp_apps[UDP_APP_TAB_SIZE];