Home
last modified time | relevance | path

Searched refs:res_map (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/bpf/progs/
A Dtest_legacy_printk.c22 } res_map SEC(".maps");
40 my_res = bpf_map_lookup_elem(&res_map, &zero); in handle_legacy()
/tools/testing/selftests/bpf/prog_tests/
A Dlegacy_printk.c40 map_fd = bpf_map__fd(skel->maps.res_map); in execute_one_variant()
A Dtest_xdp_veth.c465 int mac_map, egress_map, res_map; in xdp_veth_egress() local
528 res_map = bpf_map__fd(xdp_redirect_map->maps.rx_mac); in xdp_veth_egress()
529 if (!ASSERT_OK_FD(res_map, "open rx_map")) in xdp_veth_egress()
536 err = bpf_map_lookup_elem(res_map, &key, &res); in xdp_veth_egress()

Completed in 6 milliseconds