Searched refs:policy_hthresh (Results 1 – 3 of 3) sorted by relevance
56 struct xfrm_policy_hthresh policy_hthresh; member
1208 xfrm.policy_hthresh.work); in xfrm_hash_rebuild()1224 seq = read_seqbegin(&net->xfrm.policy_hthresh.lock); in xfrm_hash_rebuild()1226 lbits4 = net->xfrm.policy_hthresh.lbits4; in xfrm_hash_rebuild()1227 rbits4 = net->xfrm.policy_hthresh.rbits4; in xfrm_hash_rebuild()1228 lbits6 = net->xfrm.policy_hthresh.lbits6; in xfrm_hash_rebuild()1229 rbits6 = net->xfrm.policy_hthresh.rbits6; in xfrm_hash_rebuild()1230 } while (read_seqretry(&net->xfrm.policy_hthresh.lock, seq)); in xfrm_hash_rebuild()1350 schedule_work(&net->xfrm.policy_hthresh.work); in xfrm_policy_hash_rebuild()4046 net->xfrm.policy_hthresh.lbits4 = 32; in xfrm_policy_init()4047 net->xfrm.policy_hthresh.rbits4 = 32; in xfrm_policy_init()[all …]
1132 lseq = read_seqbegin(&net->xfrm.policy_hthresh.lock); in build_spdinfo()1134 spt4.lbits = net->xfrm.policy_hthresh.lbits4; in build_spdinfo()1135 spt4.rbits = net->xfrm.policy_hthresh.rbits4; in build_spdinfo()1136 spt6.lbits = net->xfrm.policy_hthresh.lbits6; in build_spdinfo()1137 spt6.rbits = net->xfrm.policy_hthresh.rbits6; in build_spdinfo()1138 } while (read_seqretry(&net->xfrm.policy_hthresh.lock, lseq)); in build_spdinfo()1184 write_seqlock(&net->xfrm.policy_hthresh.lock); in xfrm_set_spdinfo()1186 net->xfrm.policy_hthresh.lbits4 = thresh4->lbits; in xfrm_set_spdinfo()1187 net->xfrm.policy_hthresh.rbits4 = thresh4->rbits; in xfrm_set_spdinfo()1190 net->xfrm.policy_hthresh.lbits6 = thresh6->lbits; in xfrm_set_spdinfo()[all …]