Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xsk.c1502 struct xsk_umem_info *umem_rx, *umem_tx; in thread_common_ops_tx() local
1510 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()