Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dxdp_router_ipv4_user.c38 static int exact_match_map_fd; variable
176 assert(bpf_map_delete_elem(exact_match_map_fd, in read_route()
183 assert(bpf_map_update_elem(exact_match_map_fd, in read_route()
356 if (bpf_map_lookup_elem(exact_match_map_fd, in read_arp()
366 assert(bpf_map_update_elem(exact_match_map_fd, in read_arp()
649 exact_match_map_fd = bpf_map__fd(skel->maps.exact_match); in main()
650 if (exact_match_map_fd < 0) { in main()
652 strerror(-exact_match_map_fd)); in main()