Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/
H A Dxskxceiver.c401 ifobj = ifobj_rx; in parse_command_line()
419 ifobj_rx->busy_poll = true; in parse_command_line()
521 test->ifobj_rx = ifobj_rx; in __test_spec_init()
587 test->ifobj_rx->mtu = mtu; in test_spec_set_mtu()
1922 struct ifobject *ifobj_rx = test->ifobj_rx; in testapp_validate_traffic() local
1925 if ((ifobj_rx->umem->unaligned_mode && !ifobj_rx->unaligned_supp) || in testapp_validate_traffic()
2004 test->ifobj_rx->xsk = &test->ifobj_rx->xsk_arr[1]; in swap_xsk_resources()
2006 ret = xsk_update_xskmap(test->ifobj_rx->xskmap, test->ifobj_rx->xsk->xsk, 0); in swap_xsk_resources()
2039 test->ifobj_rx->umem->frame_headroom = test->ifobj_rx->umem->frame_size - in testapp_stats_rx_dropped()
2653 if (!ifobj_rx) in main()
[all …]
H A Dxskxceiver.h162 struct ifobject *ifobj_rx; member