Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/ipvs/
Dip_vs_conn.c577 if (!(cp->flags & IP_VS_CONN_F_INACTIVE) && in vs_tcp_state()
581 cp->flags |= IP_VS_CONN_F_INACTIVE; in vs_tcp_state()
582 } else if ((cp->flags & IP_VS_CONN_F_INACTIVE) && in vs_tcp_state()
586 cp->flags &= ~IP_VS_CONN_F_INACTIVE; in vs_tcp_state()
1139 if (cp->flags & IP_VS_CONN_F_INACTIVE) { in ip_vs_unbind_dest()
Dip_vs_ctl.c677 conn_flags = ur->conn_flags | IP_VS_CONN_F_INACTIVE; in __ip_vs_update_dest()
/linux-2.4.37.9/include/net/
Dip_vs.h80 #define IP_VS_CONN_F_INACTIVE 0x0100 /* not established */ macro