Home
last modified time | relevance | path

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

/linux-3.4.99/net/netfilter/ipvs/
Dip_vs_wlc.c55 if (!(dest->flags & IP_VS_DEST_F_OVERLOAD) && in ip_vs_wlc_schedule()
70 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in ip_vs_wlc_schedule()
Dip_vs_sed.c83 if (!(dest->flags & IP_VS_DEST_F_OVERLOAD) && in ip_vs_sed_schedule()
98 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in ip_vs_sed_schedule()
Dip_vs_lc.c46 if ((dest->flags & IP_VS_DEST_F_OVERLOAD) || in ip_vs_lc_schedule()
Dip_vs_nq.c80 if (dest->flags & IP_VS_DEST_F_OVERLOAD || in ip_vs_nq_schedule()
Dip_vs_lblcr.c176 if (least->flags & IP_VS_DEST_F_OVERLOAD) in ip_vs_dest_set_min()
191 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in ip_vs_dest_set_min()
581 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in __ip_vs_lblcr_schedule()
597 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in __ip_vs_lblcr_schedule()
Dip_vs_rr.c68 if (!(dest->flags & IP_VS_DEST_F_OVERLOAD) && in ip_vs_rr_schedule()
Dip_vs_conn.c604 dest->flags |= IP_VS_DEST_F_OVERLOAD; in ip_vs_bind_dest()
666 dest->flags &= ~IP_VS_DEST_F_OVERLOAD; in ip_vs_unbind_dest()
669 dest->flags &= ~IP_VS_DEST_F_OVERLOAD; in ip_vs_unbind_dest()
671 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in ip_vs_unbind_dest()
672 dest->flags &= ~IP_VS_DEST_F_OVERLOAD; in ip_vs_unbind_dest()
Dip_vs_dh.c204 return dest->flags & IP_VS_DEST_F_OVERLOAD; in is_overloaded()
Dip_vs_wrr.c177 if (!(dest->flags & IP_VS_DEST_F_OVERLOAD) && in ip_vs_wrr_schedule()
Dip_vs_lblc.c412 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in __ip_vs_lblc_schedule()
427 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in __ip_vs_lblc_schedule()
Dip_vs_sh.c217 return dest->flags & IP_VS_DEST_F_OVERLOAD; in is_overloaded()
Dip_vs_ctl.c808 dest->flags &= ~IP_VS_DEST_F_OVERLOAD; in __ip_vs_update_dest()
/linux-3.4.99/include/linux/
Dip_vs.h28 #define IP_VS_DEST_F_OVERLOAD 0x0002 /* server is overloaded */ macro