thresh4          1161 net/xfrm/xfrm_user.c 	struct xfrmu_spdhthresh *thresh4 = NULL;
thresh4          1168 net/xfrm/xfrm_user.c 		if (nla_len(rta) < sizeof(*thresh4))
thresh4          1170 net/xfrm/xfrm_user.c 		thresh4 = nla_data(rta);
thresh4          1171 net/xfrm/xfrm_user.c 		if (thresh4->lbits > 32 || thresh4->rbits > 32)
thresh4          1184 net/xfrm/xfrm_user.c 	if (thresh4 || thresh6) {
thresh4          1186 net/xfrm/xfrm_user.c 		if (thresh4) {
thresh4          1187 net/xfrm/xfrm_user.c 			net->xfrm.policy_hthresh.lbits4 = thresh4->lbits;
thresh4          1188 net/xfrm/xfrm_user.c 			net->xfrm.policy_hthresh.rbits4 = thresh4->rbits;