Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_proto.c40 static const char *ip_vs_ctpl_state_name_table[IP_VS_CTPL_S_LAST] = {
202 if (state >= IP_VS_CTPL_S_LAST) in ip_vs_state_name()
/linux/include/net/
H A Dip_vs.h357 #define IP_VS_CTPL_S_LAST 0x0002 macro