IP_VS_UDP_S_LAST
static const int udp_timeouts[IP_VS_UDP_S_LAST+1] = {
[IP_VS_UDP_S_LAST] = 2*HZ,
static const char *const udp_state_name_table[IP_VS_UDP_S_LAST+1] = {
[IP_VS_UDP_S_LAST] = "BUG!",
if (state >= IP_VS_UDP_S_LAST)
.num_states = IP_VS_UDP_S_LAST,