Lines Matching refs:policy_hthresh
1321 lseq = read_seqbegin(&net->xfrm.policy_hthresh.lock); in build_spdinfo()
1323 spt4.lbits = net->xfrm.policy_hthresh.lbits4; in build_spdinfo()
1324 spt4.rbits = net->xfrm.policy_hthresh.rbits4; in build_spdinfo()
1325 spt6.lbits = net->xfrm.policy_hthresh.lbits6; in build_spdinfo()
1326 spt6.rbits = net->xfrm.policy_hthresh.rbits6; in build_spdinfo()
1327 } while (read_seqretry(&net->xfrm.policy_hthresh.lock, lseq)); in build_spdinfo()
1374 write_seqlock(&net->xfrm.policy_hthresh.lock); in xfrm_set_spdinfo()
1376 net->xfrm.policy_hthresh.lbits4 = thresh4->lbits; in xfrm_set_spdinfo()
1377 net->xfrm.policy_hthresh.rbits4 = thresh4->rbits; in xfrm_set_spdinfo()
1380 net->xfrm.policy_hthresh.lbits6 = thresh6->lbits; in xfrm_set_spdinfo()
1381 net->xfrm.policy_hthresh.rbits6 = thresh6->rbits; in xfrm_set_spdinfo()
1383 write_sequnlock(&net->xfrm.policy_hthresh.lock); in xfrm_set_spdinfo()