Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/netns/
H A Dxfrm.h57 struct xfrm_policy_hthresh policy_hthresh; member
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_user.c1157 lseq = read_seqbegin(&net->xfrm.policy_hthresh.lock); in build_spdinfo()
1159 spt4.lbits = net->xfrm.policy_hthresh.lbits4; in build_spdinfo()
1160 spt4.rbits = net->xfrm.policy_hthresh.rbits4; in build_spdinfo()
1161 spt6.lbits = net->xfrm.policy_hthresh.lbits6; in build_spdinfo()
1162 spt6.rbits = net->xfrm.policy_hthresh.rbits6; in build_spdinfo()
1163 } while (read_seqretry(&net->xfrm.policy_hthresh.lock, lseq)); in build_spdinfo()
1209 write_seqlock(&net->xfrm.policy_hthresh.lock); in xfrm_set_spdinfo()
1211 net->xfrm.policy_hthresh.lbits4 = thresh4->lbits; in xfrm_set_spdinfo()
1212 net->xfrm.policy_hthresh.rbits4 = thresh4->rbits; in xfrm_set_spdinfo()
1215 net->xfrm.policy_hthresh.lbits6 = thresh6->lbits; in xfrm_set_spdinfo()
[all …]
H A Dxfrm_policy.c1229 xfrm.policy_hthresh.work); in xfrm_hash_rebuild()
1245 seq = read_seqbegin(&net->xfrm.policy_hthresh.lock); in xfrm_hash_rebuild()
1247 lbits4 = net->xfrm.policy_hthresh.lbits4; in xfrm_hash_rebuild()
1248 rbits4 = net->xfrm.policy_hthresh.rbits4; in xfrm_hash_rebuild()
1249 lbits6 = net->xfrm.policy_hthresh.lbits6; in xfrm_hash_rebuild()
1250 rbits6 = net->xfrm.policy_hthresh.rbits6; in xfrm_hash_rebuild()
1251 } while (read_seqretry(&net->xfrm.policy_hthresh.lock, seq)); in xfrm_hash_rebuild()
1371 schedule_work(&net->xfrm.policy_hthresh.work); in xfrm_policy_hash_rebuild()
4089 net->xfrm.policy_hthresh.lbits4 = 32; in xfrm_policy_init()
4090 net->xfrm.policy_hthresh.rbits4 = 32; in xfrm_policy_init()
[all …]