Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dip_vs.h84 #define IP_VS_CONN_F_INACTIVE 0x0100 /* not established */ macro
94 IP_VS_CONN_F_INACTIVE | \
/linux-3.4.99/net/netfilter/ipvs/
Dip_vs_sync.c748 flags |= IP_VS_CONN_F_INACTIVE; in ip_vs_proc_conn()
750 flags &= ~IP_VS_CONN_F_INACTIVE; in ip_vs_proc_conn()
753 flags |= IP_VS_CONN_F_INACTIVE; in ip_vs_proc_conn()
755 flags &= ~IP_VS_CONN_F_INACTIVE; in ip_vs_proc_conn()
774 if (!(cp->flags & IP_VS_CONN_F_INACTIVE) && in ip_vs_proc_conn()
778 cp->flags |= IP_VS_CONN_F_INACTIVE; in ip_vs_proc_conn()
779 } else if ((cp->flags & IP_VS_CONN_F_INACTIVE) && in ip_vs_proc_conn()
783 cp->flags &= ~IP_VS_CONN_F_INACTIVE; in ip_vs_proc_conn()
788 if (!(cp->flags & IP_VS_CONN_F_INACTIVE) && in ip_vs_proc_conn()
792 cp->flags &= ~IP_VS_CONN_F_INACTIVE; in ip_vs_proc_conn()
Dip_vs_proto_sctp.c979 if (!(cp->flags & IP_VS_CONN_F_INACTIVE) && in set_sctp_state()
983 cp->flags |= IP_VS_CONN_F_INACTIVE; in set_sctp_state()
984 } else if ((cp->flags & IP_VS_CONN_F_INACTIVE) && in set_sctp_state()
988 cp->flags &= ~IP_VS_CONN_F_INACTIVE; in set_sctp_state()
Dip_vs_proto_tcp.c526 if (!(cp->flags & IP_VS_CONN_F_INACTIVE) && in set_tcp_state()
530 cp->flags |= IP_VS_CONN_F_INACTIVE; in set_tcp_state()
531 } else if ((cp->flags & IP_VS_CONN_F_INACTIVE) && in set_tcp_state()
535 cp->flags &= ~IP_VS_CONN_F_INACTIVE; in set_tcp_state()
Dip_vs_conn.c568 conn_flags &= ~IP_VS_CONN_F_INACTIVE; in ip_vs_bind_dest()
592 (!(cp->flags & IP_VS_CONN_F_INACTIVE))) in ip_vs_bind_dest()
653 if (cp->flags & IP_VS_CONN_F_INACTIVE) { in ip_vs_unbind_dest()
Dip_vs_ctl.c777 conn_flags |= IP_VS_CONN_F_INACTIVE; in __ip_vs_update_dest()