Home
last modified time | relevance | path

Searched refs:xfrm_policy_lock (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/net/xfrm/
Dxfrm_policy.c498 lockdep_is_held(&net->xfrm.xfrm_policy_lock)) + hash; in policy_hash_bysel()
515 lockdep_is_held(&net->xfrm.xfrm_policy_lock)) + hash; in policy_hash_direct()
587 spin_lock_bh(&net->xfrm.xfrm_policy_lock); in xfrm_bydst_resize()
591 lockdep_is_held(&net->xfrm.xfrm_policy_lock)); in xfrm_bydst_resize()
600 spin_unlock_bh(&net->xfrm.xfrm_policy_lock); in xfrm_bydst_resize()
619 spin_lock_bh(&net->xfrm.xfrm_policy_lock); in xfrm_byidx_resize()
627 spin_unlock_bh(&net->xfrm.xfrm_policy_lock); in xfrm_byidx_resize()
706 lockdep_assert_held(&net->xfrm.xfrm_policy_lock); in xfrm_policy_inexact_alloc_bin()
722 seqcount_spinlock_init(&bin->count, &net->xfrm.xfrm_policy_lock); in xfrm_policy_inexact_alloc_bin()
1099 spin_lock_bh(&net->xfrm.xfrm_policy_lock); in xfrm_policy_inexact_prune_bin()
[all …]
/Linux-v5.10/include/net/netns/
Dxfrm.h76 spinlock_t xfrm_policy_lock; member