Home
last modified time | relevance | path

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

/linux-4.4.14/net/xfrm/
Dxfrm_state.c124 spin_lock_bh(&net->xfrm.xfrm_state_lock); in xfrm_hash_resize()
141 spin_unlock_bh(&net->xfrm.xfrm_state_lock); in xfrm_hash_resize()
521 spin_lock(&net->xfrm.xfrm_state_lock); in __xfrm_state_delete()
528 spin_unlock(&net->xfrm.xfrm_state_lock); in __xfrm_state_delete()
586 spin_lock_bh(&net->xfrm.xfrm_state_lock); in xfrm_state_flush()
599 spin_unlock_bh(&net->xfrm.xfrm_state_lock); in xfrm_state_flush()
608 spin_lock_bh(&net->xfrm.xfrm_state_lock); in xfrm_state_flush()
617 spin_unlock_bh(&net->xfrm.xfrm_state_lock); in xfrm_state_flush()
624 spin_lock_bh(&net->xfrm.xfrm_state_lock); in xfrm_sad_getinfo()
628 spin_unlock_bh(&net->xfrm.xfrm_state_lock); in xfrm_sad_getinfo()
[all …]
Dxfrm_policy.c3050 spin_lock_init(&net->xfrm.xfrm_state_lock); in xfrm_net_init()
/linux-4.4.14/include/net/netns/
Dxfrm.h75 spinlock_t xfrm_state_lock; member