Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dip_vs.h156 __u32 l_threshold; /* lower threshold */ member
220 __u32 l_threshold; /* lower threshold */ member
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_ctl.c837 dest->l_threshold = udest->l_threshold; in __ip_vs_update_dest()
948 if (udest->l_threshold > udest->u_threshold) { in ip_vs_add_dest()
1012 if (udest->l_threshold > udest->u_threshold) { in ip_vs_edit_dest()
2298 udest->l_threshold = udest_compat->l_threshold; in ip_vs_copy_udest_compat()
2552 entry.l_threshold = dest->l_threshold; in __ip_vs_get_dest_entries()
3129 nla_put_u32(skb, IPVS_DEST_ATTR_L_THRESH, dest->l_threshold) || in ip_vs_genl_fill_dest()
3262 udest->l_threshold = nla_get_u32(nla_l_thresh); in ip_vs_genl_parse_dest()
Dip_vs_conn.c716 if (dest->l_threshold != 0) { in ip_vs_unbind_dest()
717 if (ip_vs_dest_totalconns(dest) < dest->l_threshold) in ip_vs_unbind_dest()
/linux-4.1.27/include/net/
Dip_vs.h642 u32 l_threshold; /* lower threshold */ member
714 __u32 l_threshold; /* lower threshold */ member