Searched refs:umem_rx (Results 1 – 1 of 1) sorted by relevance
1502 struct xsk_umem_info *umem_rx, *umem_tx; in thread_common_ops_tx() local1510 umem_rx = test->ifobj_rx->xsk_arr[0].umem; in thread_common_ops_tx()1512 memcpy(umem_tx, umem_rx, sizeof(*umem_tx)); in thread_common_ops_tx()1516 ret = xsk_configure(test, ifobject, umem_rx, true); in thread_common_ops_tx()