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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_ctl.c2843 struct nlattr *nla_fwd, *nla_weight, *nla_u_thresh, local
2847 nla_weight = attrs[IPVS_DEST_ATTR_WEIGHT];
2851 if (!(nla_fwd && nla_weight && nla_u_thresh && nla_l_thresh))
2856 udest->weight = nla_get_u32(nla_weight);

Completed in 109 milliseconds