Searched refs:skel_rx (Results 1 – 1 of 1) sorted by relevance
1933 struct xsk_xdp_progs *skel_rx = test->ifobj_rx->xdp_progs; in testapp_xdp_drop() local1937 test_spec_set_xdp_prog(test, skel_rx->progs.xsk_xdp_drop, skel_tx->progs.xsk_xdp_drop, in testapp_xdp_drop()1938 skel_rx->maps.xsk, skel_tx->maps.xsk); in testapp_xdp_drop()1946 struct xsk_xdp_progs *skel_rx = test->ifobj_rx->xdp_progs; in testapp_xdp_metadata_count() local1952 test_spec_set_xdp_prog(test, skel_rx->progs.xsk_xdp_populate_metadata, in testapp_xdp_metadata_count()1954 skel_rx->maps.xsk, skel_tx->maps.xsk); in testapp_xdp_metadata_count()1957 data_map = bpf_object__find_map_by_name(skel_rx->obj, "xsk_xdp_.bss"); in testapp_xdp_metadata_count()