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

/net/xfrm/
H A Dxfrm_user.c1028 struct xfrmu_spdhthresh *thresh6 = NULL; local
1043 if (nla_len(rta) < sizeof(*thresh6))
1045 thresh6 = nla_data(rta);
1046 if (thresh6->lbits > 128 || thresh6->rbits > 128)
1050 if (thresh4 || thresh6) {
1056 if (thresh6) {
1057 net->xfrm.policy_hthresh.lbits6 = thresh6->lbits;
1058 net->xfrm.policy_hthresh.rbits6 = thresh6->rbits;

Completed in 14 milliseconds