Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dip_vs.h145 __u32 l_threshold; /* lower threshold */ member
209 __u32 l_threshold; /* lower threshold */ member
/linux-3.4.99/net/netfilter/ipvs/
Dip_vs_ctl.c810 dest->l_threshold = udest->l_threshold; in __ip_vs_update_dest()
919 if (udest->l_threshold > udest->u_threshold) { in ip_vs_add_dest()
988 if (udest->l_threshold > udest->u_threshold) { in ip_vs_edit_dest()
2274 udest->l_threshold = udest_compat->l_threshold; in ip_vs_copy_udest_compat()
2516 entry.l_threshold = dest->l_threshold; in __ip_vs_get_dest_entries()
3050 NLA_PUT_U32(skb, IPVS_DEST_ATTR_L_THRESH, dest->l_threshold); in ip_vs_genl_fill_dest()
3171 udest->l_threshold = nla_get_u32(nla_l_thresh); in ip_vs_genl_parse_dest()
Dip_vs_conn.c664 if (dest->l_threshold != 0) { in ip_vs_unbind_dest()
665 if (ip_vs_dest_totalconns(dest) < dest->l_threshold) in ip_vs_unbind_dest()
/linux-3.4.99/include/net/
Dip_vs.h600 u32 l_threshold; /* lower threshold */ member
662 __u32 l_threshold; /* lower threshold */ member