Searched refs:IP_VS_CONN_F_INACTIVE (Results 1 – 3 of 3) sorted by relevance
577 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()
677 conn_flags = ur->conn_flags | IP_VS_CONN_F_INACTIVE; in __ip_vs_update_dest()
80 #define IP_VS_CONN_F_INACTIVE 0x0100 /* not established */ macro