IP_VS_UDP_S_LAST  467 net/netfilter/ipvs/ip_vs_proto_udp.c static int udp_timeouts[IP_VS_UDP_S_LAST+1] = {
IP_VS_UDP_S_LAST  469 net/netfilter/ipvs/ip_vs_proto_udp.c 	[IP_VS_UDP_S_LAST]		=	2*HZ,
IP_VS_UDP_S_LAST  472 net/netfilter/ipvs/ip_vs_proto_udp.c static char * udp_state_name_table[IP_VS_UDP_S_LAST+1] = {
IP_VS_UDP_S_LAST  474 net/netfilter/ipvs/ip_vs_proto_udp.c 	[IP_VS_UDP_S_LAST]		=	"BUG!",
IP_VS_UDP_S_LAST  481 net/netfilter/ipvs/ip_vs_proto_udp.c 	return ip_vs_set_state_timeout(pp->timeout_table, IP_VS_UDP_S_LAST,
IP_VS_UDP_S_LAST  487 net/netfilter/ipvs/ip_vs_proto_udp.c 	if (state >= IP_VS_UDP_S_LAST)
IP_VS_UDP_S_LAST  515 net/netfilter/ipvs/ip_vs_proto_udp.c 	.num_states =		IP_VS_UDP_S_LAST,