Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_wlc.c50 if (!(dest->flags & IP_VS_DEST_F_OVERLOAD) && in ip_vs_wlc_schedule()
65 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in ip_vs_wlc_schedule()
H A Dip_vs_sed.c78 if (!(dest->flags & IP_VS_DEST_F_OVERLOAD) && in ip_vs_sed_schedule()
93 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in ip_vs_sed_schedule()
H A Dip_vs_twos.c55 if (!(dest->flags & IP_VS_DEST_F_OVERLOAD)) { in ip_vs_twos_schedule()
78 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in ip_vs_twos_schedule()
H A Dip_vs_fo.c32 if (!(dest->flags & IP_VS_DEST_F_OVERLOAD) && in ip_vs_fo_schedule()
H A Dip_vs_lc.c41 if ((dest->flags & IP_VS_DEST_F_OVERLOAD) || in ip_vs_lc_schedule()
H A Dip_vs_ovf.c36 if ((dest->flags & IP_VS_DEST_F_OVERLOAD) || in ip_vs_ovf_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_nq.c75 if (dest->flags & IP_VS_DEST_F_OVERLOAD || in ip_vs_nq_schedule()
H A Dip_vs_rr.c69 if (!(dest->flags & IP_VS_DEST_F_OVERLOAD) && in ip_vs_rr_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.c199 * If the dest flags is set with IP_VS_DEST_F_OVERLOAD,
204 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()
/linux/include/uapi/linux/
H A Dip_vs.h35 #define IP_VS_DEST_F_OVERLOAD 0x0002 /* server is overloaded */ macro