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

/linux-master/include/net/netns/
H A Dxfrm.h58 struct xfrm_policy_hthresh policy_hthresh; member in struct:netns_xfrm
/linux-master/net/xfrm/
H A Dxfrm_user.c1488 lseq = read_seqbegin(&net->xfrm.policy_hthresh.lock);
1490 spt4.lbits = net->xfrm.policy_hthresh.lbits4;
1491 spt4.rbits = net->xfrm.policy_hthresh.rbits4;
1492 spt6.lbits = net->xfrm.policy_hthresh.lbits6;
1493 spt6.rbits = net->xfrm.policy_hthresh.rbits6;
1494 } while (read_seqretry(&net->xfrm.policy_hthresh.lock, lseq));
1549 write_seqlock(&net->xfrm.policy_hthresh.lock);
1551 net->xfrm.policy_hthresh.lbits4 = thresh4->lbits;
1552 net->xfrm.policy_hthresh.rbits4 = thresh4->rbits;
1555 net->xfrm.policy_hthresh
[all...]
H A Dxfrm_policy.c1241 xfrm.policy_hthresh.work);
1257 seq = read_seqbegin(&net->xfrm.policy_hthresh.lock);
1259 lbits4 = net->xfrm.policy_hthresh.lbits4;
1260 rbits4 = net->xfrm.policy_hthresh.rbits4;
1261 lbits6 = net->xfrm.policy_hthresh.lbits6;
1262 rbits6 = net->xfrm.policy_hthresh.rbits6;
1263 } while (read_seqretry(&net->xfrm.policy_hthresh.lock, seq));
1386 schedule_work(&net->xfrm.policy_hthresh.work);
4206 net->xfrm.policy_hthresh.lbits4 = 32;
4207 net->xfrm.policy_hthresh
[all...]

Completed in 163 milliseconds