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

/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c3673 *nla_l_thresh, *nla_tun_type, *nla_tun_port, local
3679 nla_l_thresh = attrs[IPVS_DEST_ATTR_L_THRESH];
3684 if (!(nla_fwd && nla_weight && nla_u_thresh && nla_l_thresh))
3691 udest->l_threshold = nla_get_u32(nla_l_thresh);

Completed in 125 milliseconds