Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/ipvs/
Dip_vs_conn.c340 struct ip_vs_timeout_table vs_timeout_table = {
362 struct ip_vs_timeout_table vs_timeout_table_dos = {
390 static struct ip_vs_timeout_table *ip_vs_timeout_table = &vs_timeout_table; variable
484 ip_vs_timeout_table = &vs_timeout_table_dos; in ip_vs_secure_tcp_set()
487 ip_vs_timeout_table = &vs_timeout_table; in ip_vs_secure_tcp_set()
511 struct ip_vs_timeout_table *vstim = cp->timeout_table; in vs_set_state_timeout()
1203 ip_vs_timeout_attach(struct ip_vs_conn *cp, struct ip_vs_timeout_table *vstim) in ip_vs_timeout_attach()
1211 struct ip_vs_timeout_table *vstim = cp->timeout_table; in ip_vs_timeout_detach()
1308 ip_vs_timeout_attach(cp, ip_vs_timeout_table); in ip_vs_conn_new()
/linux-2.4.37.9/include/net/
Dip_vs.h349 struct ip_vs_timeout_table { struct
421 struct ip_vs_timeout_table *timeout_table;
591 extern struct ip_vs_timeout_table vs_timeout_table;
592 extern struct ip_vs_timeout_table vs_timeout_table_dos;