Searched refs:thresh4 (Results 1 – 1 of 1) sorted by relevance
1534 struct xfrmu_spdhthresh *thresh4 = NULL; in xfrm_set_spdinfo() local1541 if (nla_len(rta) < sizeof(*thresh4)) { in xfrm_set_spdinfo()1545 thresh4 = nla_data(rta); in xfrm_set_spdinfo()1546 if (thresh4->lbits > 32 || thresh4->rbits > 32) { in xfrm_set_spdinfo()1565 if (thresh4 || thresh6) { in xfrm_set_spdinfo()1567 if (thresh4) { in xfrm_set_spdinfo()1568 net->xfrm.policy_hthresh.lbits4 = thresh4->lbits; in xfrm_set_spdinfo()1569 net->xfrm.policy_hthresh.rbits4 = thresh4->rbits; in xfrm_set_spdinfo()