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

/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c3672 struct nlattr *nla_fwd, *nla_weight, *nla_u_thresh, local
3677 nla_weight = attrs[IPVS_DEST_ATTR_WEIGHT];
3684 if (!(nla_fwd && nla_weight && nla_u_thresh && nla_l_thresh))
3689 udest->weight = nla_get_u32(nla_weight);

Completed in 224 milliseconds