Home
last modified time | relevance | path

Searched refs:xskq_destroy (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/xdp/
H A Dxsk_queue.c50 void xskq_destroy(struct xsk_queue *q) in xskq_destroy() function
H A Dxsk_buff_pool.c239 xskq_destroy(pool->fq); in xp_release_deferred()
244 xskq_destroy(pool->cq); in xp_release_deferred()
H A Dxsk.c628 xskq_destroy(xs->rx); in xsk_release()
629 xskq_destroy(xs->tx); in xsk_release()
630 xskq_destroy(xs->fq_tmp); in xsk_release()
631 xskq_destroy(xs->cq_tmp); in xsk_release()
H A Dxsk_queue.h382 void xskq_destroy(struct xsk_queue *q_ops);
/kernel/linux/linux-6.6/net/xdp/
H A Dxsk_queue.c59 void xskq_destroy(struct xsk_queue *q) in xskq_destroy() function
H A Dxsk_buff_pool.c266 xskq_destroy(pool->fq); in xp_release_deferred()
271 xskq_destroy(pool->cq); in xp_release_deferred()
H A Dxsk_queue.h460 void xskq_destroy(struct xsk_queue *q_ops);
H A Dxsk.c1051 xskq_destroy(xs->rx); in xsk_release()
1052 xskq_destroy(xs->tx); in xsk_release()
1053 xskq_destroy(xs->fq_tmp); in xsk_release()
1054 xskq_destroy(xs->cq_tmp); in xsk_release()

Completed in 7 milliseconds