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

Completed in 131 milliseconds