Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_lc.c41 if ((dest->flags & IP_VS_DEST_F_OVERLOAD) || in ip_vs_lc_schedule()
H A Dip_vs_lblcr.c169 if (least->flags & IP_VS_DEST_F_OVERLOAD) in ip_vs_dest_set_min()
184 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in ip_vs_dest_set_min()
580 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in __ip_vs_lblcr_schedule()
596 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in __ip_vs_lblcr_schedule()
H A Dip_vs_lblc.c417 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in __ip_vs_lblc_schedule()
432 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in __ip_vs_lblc_schedule()
H A Dip_vs_dh.c204 return dest->flags & IP_VS_DEST_F_OVERLOAD; in is_overloaded()
H A Dip_vs_wrr.c179 if (!(dest->flags & IP_VS_DEST_F_OVERLOAD) && in ip_vs_wrr_schedule()
H A Dip_vs_sh.c76 dest->flags & IP_VS_DEST_F_OVERLOAD; in is_unavailable()
H A Dip_vs_mh.c83 dest->flags & IP_VS_DEST_F_OVERLOAD; in is_unavailable()
H A Dip_vs_ctl.c1324 dest->flags |= IP_VS_DEST_F_OVERLOAD; in __ip_vs_dest_update_overload()
1331 dest->flags &= ~IP_VS_DEST_F_OVERLOAD; in __ip_vs_dest_update_overload()
/linux/include/net/
H A Dip_vs.h40 #define IP_VS_DEST_F_OVERLOAD 0x0002 /* server is overloaded */ macro