Searched refs:skel_rx (Results 1 – 1 of 1) sorted by relevance
781 static int is_adjust_tail_supported(struct xsk_xdp_progs *skel_rx, bool *supported) in is_adjust_tail_supported() argument788 data_map = bpf_object__find_map_by_name(skel_rx->obj, "xsk_xdp_.bss"); in is_adjust_tail_supported()2154 struct xsk_xdp_progs *skel_rx = test->ifobj_rx->xdp_progs; in testapp_xdp_drop() local2157 test_spec_set_xdp_prog(test, skel_rx->progs.xsk_xdp_drop, skel_tx->progs.xsk_xdp_drop, in testapp_xdp_drop()2158 skel_rx->maps.xsk, skel_tx->maps.xsk); in testapp_xdp_drop()2167 struct xsk_xdp_progs *skel_rx = test->ifobj_rx->xdp_progs; in testapp_xdp_metadata_copy() local2170 test_spec_set_xdp_prog(test, skel_rx->progs.xsk_xdp_populate_metadata, in testapp_xdp_metadata_copy()2172 skel_rx->maps.xsk, skel_tx->maps.xsk); in testapp_xdp_metadata_copy()2175 skel_rx->bss->count = 0; in testapp_xdp_metadata_copy()2182 struct xsk_xdp_progs *skel_rx = test->ifobj_rx->xdp_progs; in testapp_xdp_shared_umem() local[all …]