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

/linux-master/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,
183 assert(bpf_map_update_elem(exact_match_map_fd,
356 if (bpf_map_lookup_elem(exact_match_map_fd,
366 assert(bpf_map_update_elem(exact_match_map_fd,
649 exact_match_map_fd = bpf_map__fd(skel->maps.exact_match);
650 if (exact_match_map_fd < 0) {
651 fprintf(stderr, "Failed loading exact_match_map_fd %s\n",
652 strerror(-exact_match_map_fd));

Completed in 96 milliseconds