Searched refs:policy_hthresh (Results 1 – 3 of 3) sorted by relevance
58 struct xfrm_policy_hthresh policy_hthresh; member
1285 xfrm.policy_hthresh.work); in xfrm_hash_rebuild()1298 seq = read_seqbegin(&net->xfrm.policy_hthresh.lock); in xfrm_hash_rebuild()1300 lbits4 = net->xfrm.policy_hthresh.lbits4; in xfrm_hash_rebuild()1301 rbits4 = net->xfrm.policy_hthresh.rbits4; in xfrm_hash_rebuild()1302 lbits6 = net->xfrm.policy_hthresh.lbits6; in xfrm_hash_rebuild()1303 rbits6 = net->xfrm.policy_hthresh.rbits6; in xfrm_hash_rebuild()1304 } while (read_seqretry(&net->xfrm.policy_hthresh.lock, seq)); in xfrm_hash_rebuild()1407 schedule_work(&net->xfrm.policy_hthresh.work); in xfrm_policy_hash_rebuild()4254 net->xfrm.policy_hthresh.lbits4 = 32; in xfrm_policy_init()4255 net->xfrm.policy_hthresh.rbits4 = 32; in xfrm_policy_init()[all …]
1643 lseq = read_seqbegin(&net->xfrm.policy_hthresh.lock); in build_spdinfo()1645 spt4.lbits = net->xfrm.policy_hthresh.lbits4; in build_spdinfo()1646 spt4.rbits = net->xfrm.policy_hthresh.rbits4; in build_spdinfo()1647 spt6.lbits = net->xfrm.policy_hthresh.lbits6; in build_spdinfo()1648 spt6.rbits = net->xfrm.policy_hthresh.rbits6; in build_spdinfo()1649 } while (read_seqretry(&net->xfrm.policy_hthresh.lock, lseq)); in build_spdinfo()1704 write_seqlock(&net->xfrm.policy_hthresh.lock); in xfrm_set_spdinfo()1706 net->xfrm.policy_hthresh.lbits4 = thresh4->lbits; in xfrm_set_spdinfo()1707 net->xfrm.policy_hthresh.rbits4 = thresh4->rbits; in xfrm_set_spdinfo()1710 net->xfrm.policy_hthresh.lbits6 = thresh6->lbits; in xfrm_set_spdinfo()[all …]