Searched refs:nla_fwd (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
2846 nla_fwd = attrs[IPVS_DEST_ATTR_FWD_METHOD];
2851 if (!(nla_fwd && nla_weight && nla_u_thresh && nla_l_thresh))
2854 udest->conn_flags = nla_get_u32(nla_fwd)

Completed in 20 milliseconds