Searched refs:xdp_tx (Results 1 – 3 of 3) sorted by relevance
7 int xdp_tx(struct xdp_md *xdp) in xdp_tx() function
92 struct xdp_tx *xdp_tx; member183 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()
256 struct xdp_tx *xdp_tx; in xdp_veth_redirect() local264 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