Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/netns/
A Dxfrm.h57 struct xfrm_policy_hthresh policy_hthresh; member
/linux-6.3-rc2/net/xfrm/
A Dxfrm_policy.c1225 xfrm.policy_hthresh.work); in xfrm_hash_rebuild()
1243 lbits4 = net->xfrm.policy_hthresh.lbits4; in xfrm_hash_rebuild()
1244 rbits4 = net->xfrm.policy_hthresh.rbits4; in xfrm_hash_rebuild()
1245 lbits6 = net->xfrm.policy_hthresh.lbits6; in xfrm_hash_rebuild()
1246 rbits6 = net->xfrm.policy_hthresh.rbits6; in xfrm_hash_rebuild()
1367 schedule_work(&net->xfrm.policy_hthresh.work); in xfrm_policy_hash_rebuild()
4139 net->xfrm.policy_hthresh.lbits4 = 32; in xfrm_policy_init()
4140 net->xfrm.policy_hthresh.rbits4 = 32; in xfrm_policy_init()
4141 net->xfrm.policy_hthresh.lbits6 = 128; in xfrm_policy_init()
4142 net->xfrm.policy_hthresh.rbits6 = 128; in xfrm_policy_init()
[all …]
A Dxfrm_user.c1336 lseq = read_seqbegin(&net->xfrm.policy_hthresh.lock); in build_spdinfo()
1338 spt4.lbits = net->xfrm.policy_hthresh.lbits4; in build_spdinfo()
1339 spt4.rbits = net->xfrm.policy_hthresh.rbits4; in build_spdinfo()
1340 spt6.lbits = net->xfrm.policy_hthresh.lbits6; in build_spdinfo()
1341 spt6.rbits = net->xfrm.policy_hthresh.rbits6; in build_spdinfo()
1397 write_seqlock(&net->xfrm.policy_hthresh.lock); in xfrm_set_spdinfo()
1399 net->xfrm.policy_hthresh.lbits4 = thresh4->lbits; in xfrm_set_spdinfo()
1400 net->xfrm.policy_hthresh.rbits4 = thresh4->rbits; in xfrm_set_spdinfo()
1403 net->xfrm.policy_hthresh.lbits6 = thresh6->lbits; in xfrm_set_spdinfo()
1404 net->xfrm.policy_hthresh.rbits6 = thresh6->rbits; in xfrm_set_spdinfo()
[all …]

Completed in 22 milliseconds