Searched refs:ifobj_rx (Results 1 – 2 of 2) sorted by relevance
382 static void parse_command_line(struct ifobject *ifobj_tx, struct ifobject *ifobj_rx, int argc, in parse_command_line() argument401 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() argument480 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() argument549 struct ifobject *ifobj = i ? ifobj_rx : ifobj_tx; in test_spec_init()[all …]
162 struct ifobject *ifobj_rx; member