Home
last modified time | relevance | path

Searched defs:ip_vs_timeout_table (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/net/
Dip_vs.h349 struct ip_vs_timeout_table { struct
350 atomic_t refcnt;
351 int scale;
352 int timeout[IP_VS_S_LAST+1];
/linux-2.4.37.9/net/ipv4/ipvs/
Dip_vs_conn.c390 static struct ip_vs_timeout_table *ip_vs_timeout_table = &vs_timeout_table; variable