Home
last modified time | relevance | path

Searched refs:IP_VS_DEST_F_OVERLOAD (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_sed.c84 if (!(dest->flags & IP_VS_DEST_F_OVERLOAD) && in ip_vs_sed_schedule()
99 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in ip_vs_sed_schedule()
Dip_vs_wlc.c56 if (!(dest->flags & IP_VS_DEST_F_OVERLOAD) && in ip_vs_wlc_schedule()
71 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in ip_vs_wlc_schedule()
Dip_vs_fo.c38 if (!(dest->flags & IP_VS_DEST_F_OVERLOAD) && in ip_vs_fo_schedule()
Dip_vs_ovf.c42 if ((dest->flags & IP_VS_DEST_F_OVERLOAD) || in ip_vs_ovf_schedule()
Dip_vs_lc.c47 if ((dest->flags & IP_VS_DEST_F_OVERLOAD) || in ip_vs_lc_schedule()
Dip_vs_nq.c81 if (dest->flags & IP_VS_DEST_F_OVERLOAD || in ip_vs_nq_schedule()
Dip_vs_lblcr.c174 if (least->flags & IP_VS_DEST_F_OVERLOAD) in ip_vs_dest_set_min()
189 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in ip_vs_dest_set_min()
583 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in __ip_vs_lblcr_schedule()
599 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in __ip_vs_lblcr_schedule()
Dip_vs_rr.c75 if (!(dest->flags & IP_VS_DEST_F_OVERLOAD) && in ip_vs_rr_schedule()
Dip_vs_conn.c624 dest->flags |= IP_VS_DEST_F_OVERLOAD; in ip_vs_bind_dest()
720 dest->flags &= ~IP_VS_DEST_F_OVERLOAD; in ip_vs_unbind_dest()
723 dest->flags &= ~IP_VS_DEST_F_OVERLOAD; in ip_vs_unbind_dest()
725 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in ip_vs_unbind_dest()
726 dest->flags &= ~IP_VS_DEST_F_OVERLOAD; in ip_vs_unbind_dest()
Dip_vs_lblc.c420 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in __ip_vs_lblc_schedule()
435 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in __ip_vs_lblc_schedule()
Dip_vs_dh.c209 return dest->flags & IP_VS_DEST_F_OVERLOAD; in is_overloaded()
Dip_vs_wrr.c185 if (!(dest->flags & IP_VS_DEST_F_OVERLOAD) && in ip_vs_wrr_schedule()
Dip_vs_sh.c82 dest->flags & IP_VS_DEST_F_OVERLOAD; in is_unavailable()
Dip_vs_ctl.c832 dest->flags &= ~IP_VS_DEST_F_OVERLOAD; in __ip_vs_update_dest()
/linux-4.4.14/include/uapi/linux/
Dip_vs.h34 #define IP_VS_DEST_F_OVERLOAD 0x0002 /* server is overloaded */ macro