Searched refs:hold_queue (Results 1 – 2 of 2) sorted by relevance
1465 if (skb_queue_empty(&pq->hold_queue)) in xfrm_policy_requeue()1470 spin_lock_bh(&pq->hold_queue.lock); in xfrm_policy_requeue()1478 spin_lock_bh(&pq->hold_queue.lock); in xfrm_policy_requeue()2908 spin_lock(&pq->hold_queue.lock); in xfrm_policy_queue_process()2909 skb = skb_peek(&pq->hold_queue); in xfrm_policy_queue_process()2911 spin_unlock(&pq->hold_queue.lock); in xfrm_policy_queue_process()2922 spin_unlock(&pq->hold_queue.lock); in xfrm_policy_queue_process()2945 spin_lock(&pq->hold_queue.lock); in xfrm_policy_queue_process()2948 spin_unlock(&pq->hold_queue.lock); in xfrm_policy_queue_process()2979 skb_queue_purge(&pq->hold_queue); in xfrm_policy_queue_process()[all …]
585 struct sk_buff_head hold_queue; member