Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dxskxceiver.h170 struct bpf_program *xdp_prog_rx; member
A Dxskxceiver.c497 test->xdp_prog_rx = ifobj_rx->xdp_progs->progs.xsk_def_prog; in __test_spec_init()
540 static void test_spec_set_xdp_prog(struct test_spec *test, struct bpf_program *xdp_prog_rx, in test_spec_set_xdp_prog() argument
544 test->xdp_prog_rx = xdp_prog_rx; in test_spec_set_xdp_prog()
1376 return ifobj->xdp_prog != test->xdp_prog_rx || ifobj->mode != test->mode; in xdp_prog_changed()
1406 xsk_reattach_xdp(ifobj_rx, test->xdp_prog_rx, test->xskmap_rx, test->mode); in xsk_attach_xdp_progs()

Completed in 9 milliseconds