Home
last modified time | relevance | path

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

/linux-6.15/net/xfrm/
H A Dxfrm_policy.c1465 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 …]
/linux-6.15/include/net/
H A Dxfrm.h585 struct sk_buff_head hold_queue; member