Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/ipvs/
Dip_vs_proto_tcp.c365 static const int tcp_timeouts[IP_VS_TCP_S_LAST+1] = {
377 [IP_VS_TCP_S_LAST] = 2*HZ,
380 static const char *const tcp_state_name_table[IP_VS_TCP_S_LAST+1] = {
392 [IP_VS_TCP_S_LAST] = "BUG!",
395 static const bool tcp_state_active_table[IP_VS_TCP_S_LAST] = {
422 int next_state[IP_VS_TCP_S_LAST];
427 if (state >= IP_VS_TCP_S_LAST) in tcp_state_name()
434 if (state >= IP_VS_TCP_S_LAST) in tcp_state_active()
728 .num_states = IP_VS_TCP_S_LAST,
/linux-6.1.9/include/net/
Dip_vs.h302 IP_VS_TCP_S_LAST enumerator