Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_devmap_tailcall.c8 int xdp_devmap(struct xdp_md *ctx) in xdp_devmap() function
20 [0] = (void *)&xdp_devmap,
/linux/Documentation/bpf/
H A Dmap_devmap.rst107 must have type XDP with expected attach type ``xdp_devmap``.
110 of how to attach/use xdp_devmap progs can be found in the kernel selftests:
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_devmap_attach.c122 bpf_program__set_expected_attach_type(skel->progs.xdp_devmap, prog_dev); in test_xdp_devmap_tailcall()