Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_ctl.c3271 *nla_l_thresh; in ip_vs_genl_parse_dest() local
3276 nla_l_thresh = attrs[IPVS_DEST_ATTR_L_THRESH]; in ip_vs_genl_parse_dest()
3278 if (!(nla_fwd && nla_weight && nla_u_thresh && nla_l_thresh)) in ip_vs_genl_parse_dest()
3285 udest->l_threshold = nla_get_u32(nla_l_thresh); in ip_vs_genl_parse_dest()