Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/bpf/
Dxskxceiver.c335 static void parse_command_line(struct ifobject *ifobj_tx, struct ifobject *ifobj_rx, int argc, in parse_command_line() argument
354 ifobj = ifobj_rx; in parse_command_line()
372 ifobj_rx->busy_poll = true; in parse_command_line()
382 struct ifobject *ifobj_rx) in __test_spec_init() argument
387 struct ifobject *ifobj = i ? ifobj_rx : ifobj_tx; in __test_spec_init()
417 test->ifobj_rx = ifobj_rx; in __test_spec_init()
423 test->xdp_prog_rx = ifobj_rx->xdp_progs->progs.xsk_def_prog; in __test_spec_init()
424 test->xskmap_rx = ifobj_rx->xdp_progs->maps.xsk; in __test_spec_init()
430 struct ifobject *ifobj_rx, enum test_mode mode) in test_spec_init() argument
443 struct ifobject *ifobj = i ? ifobj_rx : ifobj_tx; in test_spec_init()
[all …]
Dxskxceiver.h178 struct ifobject *ifobj_rx; member