Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c3672 struct nlattr *nla_fwd, *nla_weight, *nla_u_thresh, in ip_vs_genl_parse_dest() local
3678 nla_u_thresh = attrs[IPVS_DEST_ATTR_U_THRESH]; in ip_vs_genl_parse_dest()
3684 if (!(nla_fwd && nla_weight && nla_u_thresh && nla_l_thresh)) in ip_vs_genl_parse_dest()
3690 udest->u_threshold = nla_get_u32(nla_u_thresh); in ip_vs_genl_parse_dest()