Searched refs:thresh6 (Results 1 – 1 of 1) sorted by relevance
1031 struct xfrmu_spdhthresh *thresh6 = NULL; in xfrm_set_spdinfo() local1046 if (nla_len(rta) < sizeof(*thresh6)) in xfrm_set_spdinfo()1048 thresh6 = nla_data(rta); in xfrm_set_spdinfo()1049 if (thresh6->lbits > 128 || thresh6->rbits > 128) in xfrm_set_spdinfo()1053 if (thresh4 || thresh6) { in xfrm_set_spdinfo()1059 if (thresh6) { in xfrm_set_spdinfo()1060 net->xfrm.policy_hthresh.lbits6 = thresh6->lbits; in xfrm_set_spdinfo()1061 net->xfrm.policy_hthresh.rbits6 = thresh6->rbits; in xfrm_set_spdinfo()