Searched refs:xdp_devmap (Results 1 – 3 of 3) sorted by relevance
8 int xdp_devmap(struct xdp_md *ctx) in xdp_devmap() function20 [0] = (void *)&xdp_devmap,
107 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:
122 bpf_program__set_expected_attach_type(skel->progs.xdp_devmap, prog_dev); in test_xdp_devmap_tailcall()