Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_wlc.c51 if (!(dest->flags & IP_VS_DEST_F_OVERLOAD) && in ip_vs_wlc_schedule()
66 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in ip_vs_wlc_schedule()
H A Dip_vs_sed.c79 if (!(dest->flags & IP_VS_DEST_F_OVERLOAD) && in ip_vs_sed_schedule()
94 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in ip_vs_sed_schedule()
H A Dip_vs_twos.c56 if (!(dest->flags & IP_VS_DEST_F_OVERLOAD)) { in ip_vs_twos_schedule()
79 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in ip_vs_twos_schedule()
H A Dip_vs_fo.c33 if (!(dest->flags & IP_VS_DEST_F_OVERLOAD) && in ip_vs_fo_schedule()
H A Dip_vs_ovf.c37 if ((dest->flags & IP_VS_DEST_F_OVERLOAD) || in ip_vs_ovf_schedule()
H A Dip_vs_lc.c42 if ((dest->flags & IP_VS_DEST_F_OVERLOAD) || in ip_vs_lc_schedule()
H A Dip_vs_nq.c76 if (dest->flags & IP_VS_DEST_F_OVERLOAD || in ip_vs_nq_schedule()
H A Dip_vs_lblcr.c170 if (least->flags & IP_VS_DEST_F_OVERLOAD) in ip_vs_dest_set_min()
185 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()
H A Dip_vs_rr.c70 if (!(dest->flags & IP_VS_DEST_F_OVERLOAD) && in ip_vs_rr_schedule()
H A Dip_vs_conn.c642 dest->flags |= IP_VS_DEST_F_OVERLOAD; in ip_vs_bind_dest()
738 dest->flags &= ~IP_VS_DEST_F_OVERLOAD; in ip_vs_unbind_dest()
741 dest->flags &= ~IP_VS_DEST_F_OVERLOAD; in ip_vs_unbind_dest()
743 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in ip_vs_unbind_dest()
744 dest->flags &= ~IP_VS_DEST_F_OVERLOAD; in ip_vs_unbind_dest()
H A Dip_vs_lblc.c418 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in __ip_vs_lblc_schedule()
433 if (dest->flags & IP_VS_DEST_F_OVERLOAD) in __ip_vs_lblc_schedule()
H A Dip_vs_dh.c205 return dest->flags & IP_VS_DEST_F_OVERLOAD; in is_overloaded()
H A Dip_vs_wrr.c180 if (!(dest->flags & IP_VS_DEST_F_OVERLOAD) && in ip_vs_wrr_schedule()
H A Dip_vs_sh.c77 dest->flags & IP_VS_DEST_F_OVERLOAD; in is_unavailable()
H A Dip_vs_mh.c84 dest->flags & IP_VS_DEST_F_OVERLOAD; in is_unavailable()
H A Dip_vs_ctl.c1030 dest->flags &= ~IP_VS_DEST_F_OVERLOAD; in __ip_vs_update_dest()
/openbmc/linux/include/uapi/linux/
H A Dip_vs.h35 #define IP_VS_DEST_F_OVERLOAD 0x0002 /* server is overloaded */ macro