Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dip_vs.h170 __u32 l_threshold; /* lower threshold */ member
234 __u32 l_threshold; /* lower threshold */ member
/linux-6.1.9/net/netfilter/ipvs/
Dip_vs_ctl.c936 dest->l_threshold = udest->l_threshold; in __ip_vs_update_dest()
1050 if (udest->l_threshold > udest->u_threshold) { in ip_vs_add_dest()
1121 if (udest->l_threshold > udest->u_threshold) { in ip_vs_edit_dest()
2450 udest->l_threshold = udest_compat->l_threshold; in ip_vs_copy_udest_compat()
2712 entry.l_threshold = dest->l_threshold; in __ip_vs_get_dest_entries()
3314 nla_put_u32(skb, IPVS_DEST_ATTR_L_THRESH, dest->l_threshold) || in ip_vs_genl_fill_dest()
3451 udest->l_threshold = nla_get_u32(nla_l_thresh); in ip_vs_genl_parse_dest()
Dip_vs_conn.c737 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()
/linux-6.1.9/include/net/
Dip_vs.h597 u32 l_threshold; /* lower threshold */ member
678 __u32 l_threshold; /* lower threshold */ member