Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/ipvs/
Dip_vs_proto_tcp.c380 static const char *const tcp_state_name_table[IP_VS_TCP_S_LAST+1] = { variable
429 return tcp_state_name_table[state] ? tcp_state_name_table[state] : "?"; in tcp_state_name()