Home
last modified time | relevance | path

Searched refs:policy_hthresh (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/net/netns/
Dxfrm.h57 struct xfrm_policy_hthresh policy_hthresh; member
/linux-6.1.9/net/xfrm/
Dxfrm_policy.c1224 xfrm.policy_hthresh.work); in xfrm_hash_rebuild()
1240 seq = read_seqbegin(&net->xfrm.policy_hthresh.lock); in xfrm_hash_rebuild()
1242 lbits4 = net->xfrm.policy_hthresh.lbits4; in xfrm_hash_rebuild()
1243 rbits4 = net->xfrm.policy_hthresh.rbits4; in xfrm_hash_rebuild()
1244 lbits6 = net->xfrm.policy_hthresh.lbits6; in xfrm_hash_rebuild()
1245 rbits6 = net->xfrm.policy_hthresh.rbits6; in xfrm_hash_rebuild()
1246 } while (read_seqretry(&net->xfrm.policy_hthresh.lock, seq)); in xfrm_hash_rebuild()
1366 schedule_work(&net->xfrm.policy_hthresh.work); in xfrm_policy_hash_rebuild()
4058 net->xfrm.policy_hthresh.lbits4 = 32; in xfrm_policy_init()
4059 net->xfrm.policy_hthresh.rbits4 = 32; in xfrm_policy_init()
[all …]
Dxfrm_user.c1321 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()
[all …]