Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.c382 static void parse_command_line(struct ifobject *ifobj_tx, struct ifobject *ifobj_rx, int argc, in parse_command_line() argument
401 ifobj = ifobj_rx; in parse_command_line()
419 ifobj_rx->busy_poll = true; in parse_command_line()
475 struct ifobject *ifobj_rx) in __test_spec_init() argument
480 struct ifobject *ifobj = i ? ifobj_rx : ifobj_tx; in __test_spec_init()
521 test->ifobj_rx = ifobj_rx; in __test_spec_init()
528 test->xdp_prog_rx = ifobj_rx->xdp_progs->progs.xsk_def_prog; in __test_spec_init()
529 test->xskmap_rx = ifobj_rx->xdp_progs->maps.xsk; in __test_spec_init()
535 struct ifobject *ifobj_rx, enum test_mode mode, in test_spec_init() argument
549 struct ifobject *ifobj = i ? ifobj_rx : ifobj_tx; in test_spec_init()
[all …]
H A Dxskxceiver.h162 struct ifobject *ifobj_rx; member