Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
A Dxdp_tx.c7 int xdp_tx(struct xdp_md *xdp) in xdp_tx() function
/tools/testing/selftests/bpf/prog_tests/
A Dxdp_bonding.c92 struct xdp_tx *xdp_tx; member
183 if (xdp_attach(skeletons, skeletons->xdp_tx->progs.xdp_tx, "bond2")) in bonding_setup()
652 skeletons.xdp_tx = xdp_tx__open_and_load(); in serial_test_xdp_bonding()
653 if (!ASSERT_OK_PTR(skeletons.xdp_tx, "xdp_tx__open_and_load")) in serial_test_xdp_bonding()
685 xdp_tx__destroy(skeletons.xdp_tx); in serial_test_xdp_bonding()
A Dtest_xdp_veth.c256 struct xdp_tx *xdp_tx; in xdp_veth_redirect() local
264 xdp_tx = xdp_tx__open_and_load(); in xdp_veth_redirect()
265 if (!ASSERT_OK_PTR(xdp_tx, "xdp_tx__open_and_load")) in xdp_veth_redirect()
281 bpf_objs[1] = xdp_tx->obj; in xdp_veth_redirect()
314 xdp_tx__destroy(xdp_tx); in xdp_veth_redirect()

Completed in 9 milliseconds