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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_proto_udp.c418 static int udp_timeouts[IP_VS_UDP_S_LAST+1] = {
420 [IP_VS_UDP_S_LAST] = 2*HZ,
423 static const char *const udp_state_name_table[IP_VS_UDP_S_LAST+1] = {
425 [IP_VS_UDP_S_LAST] = "BUG!",
432 return ip_vs_set_state_timeout(pp->timeout_table, IP_VS_UDP_S_LAST,
438 if (state >= IP_VS_UDP_S_LAST)
466 .num_states = IP_VS_UDP_S_LAST,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dip_vs.h216 IP_VS_UDP_S_LAST, enumerator in enum:__anon18371

Completed in 70 milliseconds