Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_proto_tcp.c348 static const int tcp_timeouts[IP_VS_TCP_S_LAST+1] = {
360 [IP_VS_TCP_S_LAST] = 2*HZ,
363 static const char *const tcp_state_name_table[IP_VS_TCP_S_LAST+1] = {
375 [IP_VS_TCP_S_LAST] = "BUG!",
391 int next_state[IP_VS_TCP_S_LAST];
396 if (state >= IP_VS_TCP_S_LAST) in tcp_state_name()
693 .num_states = IP_VS_TCP_S_LAST,
/linux-4.1.27/include/net/
Dip_vs.h321 IP_VS_TCP_S_LAST enumerator