Home
last modified time | relevance | path

Searched refs:l_threshold (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dip_vs.h156 __u32 l_threshold; /* lower threshold */ member
220 __u32 l_threshold; /* lower threshold */ member
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_ctl.c834 dest->l_threshold = udest->l_threshold; in __ip_vs_update_dest()
945 if (udest->l_threshold > udest->u_threshold) { in ip_vs_add_dest()
1009 if (udest->l_threshold > udest->u_threshold) { in ip_vs_edit_dest()
2304 udest->l_threshold = udest_compat->l_threshold; in ip_vs_copy_udest_compat()
2568 entry.l_threshold = dest->l_threshold; in __ip_vs_get_dest_entries()
3151 nla_put_u32(skb, IPVS_DEST_ATTR_L_THRESH, dest->l_threshold) || in ip_vs_genl_fill_dest()
3285 udest->l_threshold = nla_get_u32(nla_l_thresh); in ip_vs_genl_parse_dest()
Dip_vs_conn.c718 if (dest->l_threshold != 0) { in ip_vs_unbind_dest()
719 if (ip_vs_dest_totalconns(dest) < dest->l_threshold) in ip_vs_unbind_dest()
/linux-4.4.14/include/net/
Dip_vs.h607 u32 l_threshold; /* lower threshold */ member
679 __u32 l_threshold; /* lower threshold */ member