Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dxdp_sock.h83 struct xsk_queue *cq_tmp; /* Only as tmp storage before bind */ member
/Linux-v6.6/net/xdp/
Dxsk.c1050 xskq_destroy(xs->cq_tmp); in xsk_release()
1079 return xs->fq_tmp && xs->cq_tmp; in xsk_validate_queues()
1178 if (xs->fq_tmp || xs->cq_tmp) { in xsk_bind()
1227 xs->cq_tmp = NULL; in xsk_bind()
1341 &xs->cq_tmp; in xsk_setsockopt()
1527 q = state == XSK_READY ? READ_ONCE(xs->cq_tmp) : in xsk_mmap()
Dxsk_buff_pool.c96 pool->cq = xs->cq_tmp; in xp_create_and_assign_umem()