Searched refs:res_map (Results 1 – 3 of 3) sorted by relevance
22 } res_map SEC(".maps");40 my_res = bpf_map_lookup_elem(&res_map, &zero); in handle_legacy()
40 map_fd = bpf_map__fd(skel->maps.res_map); in execute_one_variant()
465 int mac_map, egress_map, res_map; in xdp_veth_egress() local528 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