Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_proto_tcp.c364 static const int tcp_timeouts[IP_VS_TCP_S_LAST+1] = {
376 [IP_VS_TCP_S_LAST] = 2*HZ,
379 static const char *const tcp_state_name_table[IP_VS_TCP_S_LAST+1] = {
391 [IP_VS_TCP_S_LAST] = "BUG!",
394 static const bool tcp_state_active_table[IP_VS_TCP_S_LAST] = {
421 int next_state[IP_VS_TCP_S_LAST];
426 if (state >= IP_VS_TCP_S_LAST) in tcp_state_name()
433 if (state >= IP_VS_TCP_S_LAST) in tcp_state_active()
727 .num_states = IP_VS_TCP_S_LAST,
/linux/include/net/
H A Dip_vs.h285 IP_VS_TCP_S_LAST enumerator