Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Dflow.c91 spin_lock_bh(&xfrm->flow_cache_gc_lock); in flow_cache_gc_task()
93 spin_unlock_bh(&xfrm->flow_cache_gc_lock); in flow_cache_gc_task()
105 spin_lock_bh(&xfrm->flow_cache_gc_lock); in flow_cache_queue_garbage()
107 spin_unlock_bh(&xfrm->flow_cache_gc_lock); in flow_cache_queue_garbage()
444 spin_lock_init(&net->xfrm.flow_cache_gc_lock); in flow_cache_init()
/linux-4.1.27/include/net/netns/
Dxfrm.h83 spinlock_t flow_cache_gc_lock; member