Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_proto_udp.c439 static const char *const udp_state_name_table[IP_VS_UDP_S_LAST+1] = { variable
448 return udp_state_name_table[state] ? udp_state_name_table[state] : "?"; in udp_state_name()