Home
last modified time | relevance | path

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

/openbmc/linux/net/xfrm/
H A Dxfrm_user.c1414 struct xfrmu_spdhthresh *thresh6 = NULL; in xfrm_set_spdinfo() local
1433 if (nla_len(rta) < sizeof(*thresh6)) { in xfrm_set_spdinfo()
1437 thresh6 = nla_data(rta); in xfrm_set_spdinfo()
1438 if (thresh6->lbits > 128 || thresh6->rbits > 128) { in xfrm_set_spdinfo()
1444 if (thresh4 || thresh6) { in xfrm_set_spdinfo()
1450 if (thresh6) { in xfrm_set_spdinfo()
1451 net->xfrm.policy_hthresh.lbits6 = thresh6->lbits; in xfrm_set_spdinfo()
1452 net->xfrm.policy_hthresh.rbits6 = thresh6->rbits; in xfrm_set_spdinfo()
/openbmc/linux/arch/x86/events/intel/
H A Duncore_snbep.c487 DEFINE_UNCORE_FORMAT_ATTR(thresh6, thresh, "config:24-29");