Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_proto_udp.c435 static const int udp_timeouts[IP_VS_UDP_S_LAST+1] = {
437 [IP_VS_UDP_S_LAST] = 2*HZ,
440 static const char *const udp_state_name_table[IP_VS_UDP_S_LAST+1] = {
442 [IP_VS_UDP_S_LAST] = "BUG!",
447 if (state >= IP_VS_UDP_S_LAST) in udp_state_name()
486 .num_states = IP_VS_UDP_S_LAST,
/Linux-v4.19/include/net/
Dip_vs.h310 IP_VS_UDP_S_LAST, enumerator