Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c4292 struct nlattr *nla_fwd, *nla_weight, *nla_u_thresh, in ip_vs_genl_parse_dest() local
4297 nla_weight = attrs[IPVS_DEST_ATTR_WEIGHT]; in ip_vs_genl_parse_dest()
4304 if (!(nla_fwd && nla_weight && nla_u_thresh && nla_l_thresh)) in ip_vs_genl_parse_dest()
4309 udest->weight = nla_get_u32(nla_weight); in ip_vs_genl_parse_dest()