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.c384 static void parse_command_line(struct ifobject *ifobj_tx, struct ifobject *ifobj_rx, int argc, in parse_command_line() argument
403 ifobj = ifobj_rx; in parse_command_line()
421 ifobj_rx->busy_poll = true; in parse_command_line()
477 struct ifobject *ifobj_rx) in __test_spec_init() argument
482 struct ifobject *ifobj = i ? ifobj_rx : ifobj_tx; in __test_spec_init()
523 test->ifobj_rx = ifobj_rx; in __test_spec_init()
532 test->xdp_prog_rx = ifobj_rx->xdp_progs->progs.xsk_def_prog; in __test_spec_init()
533 test->xskmap_rx = ifobj_rx->xdp_progs->maps.xsk; in __test_spec_init()
539 struct ifobject *ifobj_rx, enum test_mode mode, in test_spec_init() argument
553 struct ifobject *ifobj = i ? ifobj_rx : ifobj_tx; in test_spec_init()
[all …]
H A Dxskxceiver.h163 struct ifobject *ifobj_rx; member