Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_devmap_attach.c111 static void test_xdp_devmap_tailcall(enum bpf_attach_type prog_dev, in test_xdp_devmap_tailcall() function
115 struct test_xdp_devmap_tailcall *skel; in test_xdp_devmap_tailcall()
267 test_xdp_devmap_tailcall(BPF_XDP_DEVMAP, BPF_XDP_DEVMAP, false); in serial_test_xdp_devmap_attach()
268 test_xdp_devmap_tailcall(0, 0, true); in serial_test_xdp_devmap_attach()
269 test_xdp_devmap_tailcall(BPF_XDP_DEVMAP, 0, true); in serial_test_xdp_devmap_attach()
270 test_xdp_devmap_tailcall(0, BPF_XDP_DEVMAP, true); in serial_test_xdp_devmap_attach()