Searched defs:ip_vs_timeout_table (Results 1 – 2 of 2) sorted by relevance
349 struct ip_vs_timeout_table { struct350 atomic_t refcnt;351 int scale;352 int timeout[IP_VS_S_LAST+1];
390 static struct ip_vs_timeout_table *ip_vs_timeout_table = &vs_timeout_table; variable