Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/netfilter/ipvs/
H A Dip_vs_proto_udp.c434 static const int udp_timeouts[IP_VS_UDP_S_LAST+1] = {
436 [IP_VS_UDP_S_LAST] = 2*HZ,
439 static const char *const udp_state_name_table[IP_VS_UDP_S_LAST+1] = {
441 [IP_VS_UDP_S_LAST] = "BUG!",
446 if (state >= IP_VS_UDP_S_LAST) in udp_state_name()
485 .num_states = IP_VS_UDP_S_LAST,
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_proto_udp.c434 static const int udp_timeouts[IP_VS_UDP_S_LAST+1] = {
436 [IP_VS_UDP_S_LAST] = 2*HZ,
439 static const char *const udp_state_name_table[IP_VS_UDP_S_LAST+1] = {
441 [IP_VS_UDP_S_LAST] = "BUG!",
446 if (state >= IP_VS_UDP_S_LAST) in udp_state_name()
485 .num_states = IP_VS_UDP_S_LAST,
/kernel/linux/linux-5.10/include/net/
H A Dip_vs.h308 IP_VS_UDP_S_LAST, enumerator
/kernel/linux/linux-6.6/include/net/
H A Dip_vs.h291 IP_VS_UDP_S_LAST, enumerator

Completed in 8 milliseconds