Searched refs:l_threshold (Results 1 – 4 of 4) sorted by relevance
170 __u32 l_threshold; /* lower threshold */ member234 __u32 l_threshold; /* lower threshold */ member
1032 dest->l_threshold = udest->l_threshold; in __ip_vs_update_dest()1144 if (udest->l_threshold > udest->u_threshold) { in ip_vs_add_dest()1219 if (udest->l_threshold > udest->u_threshold) { in ip_vs_edit_dest()2701 udest->l_threshold = udest_compat->l_threshold; in ip_vs_copy_udest_compat()2968 entry.l_threshold = dest->l_threshold; in __ip_vs_get_dest_entries()3570 nla_put_u32(skb, IPVS_DEST_ATTR_L_THRESH, dest->l_threshold) || in ip_vs_genl_fill_dest()3707 udest->l_threshold = nla_get_u32(nla_l_thresh); in ip_vs_genl_parse_dest()
737 if (dest->l_threshold != 0) { in ip_vs_unbind_dest()738 if (ip_vs_dest_totalconns(dest) < dest->l_threshold) in ip_vs_unbind_dest()
678 u32 l_threshold; /* lower threshold */ member759 __u32 l_threshold; /* lower threshold */ member
Completed in 19 milliseconds