Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dxdp_sock.h90 struct xsk_queue *cq_tmp; /* Only as tmp storage before bind */ member
/linux-6.15/net/xdp/
H A Dxsk.c1120 xskq_destroy(xs->cq_tmp); in xsk_release()
1149 return xs->fq_tmp && xs->cq_tmp; in xsk_validate_queues()
1250 if (xs->fq_tmp || xs->cq_tmp) { in xsk_bind()
1299 xs->cq_tmp = NULL; in xsk_bind()
1435 &xs->cq_tmp; in xsk_setsockopt()
1621 q = state == XSK_READY ? READ_ONCE(xs->cq_tmp) : in xsk_mmap()
H A Dxsk_buff_pool.c101 pool->cq = xs->cq_tmp; in xp_create_and_assign_umem()