Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.c2197 struct xsk_xdp_progs *skel_tx = test->ifobj_tx->xdp_progs; in testapp_xdp_drop() local
2199 test_spec_set_xdp_prog(test, skel_rx->progs.xsk_xdp_drop, skel_tx->progs.xsk_xdp_drop, in testapp_xdp_drop()
2200 skel_rx->maps.xsk, skel_tx->maps.xsk); in testapp_xdp_drop()
2209 struct xsk_xdp_progs *skel_tx = test->ifobj_tx->xdp_progs; in testapp_xdp_metadata_copy() local
2215 skel_tx->progs.xsk_xdp_populate_metadata, in testapp_xdp_metadata_copy()
2216 skel_rx->maps.xsk, skel_tx->maps.xsk); in testapp_xdp_metadata_copy()
2236 struct xsk_xdp_progs *skel_tx = test->ifobj_tx->xdp_progs; in testapp_xdp_shared_umem() local
2242 skel_tx->progs.xsk_xdp_shared_umem, in testapp_xdp_shared_umem()
2243 skel_rx->maps.xsk, skel_tx->maps.xsk); in testapp_xdp_shared_umem()