Searched refs:arp_table_map_fd (Results 1 – 1 of 1) sorted by relevance
37 static int arp_table_map_fd; variable 179 if (bpf_map_lookup_elem(arp_table_map_fd, in read_route() 373 assert(bpf_map_delete_elem(arp_table_map_fd, in read_arp() 376 assert(bpf_map_update_elem(arp_table_map_fd, in read_arp() 643 arp_table_map_fd = bpf_map__fd(skel->maps.arp_table); in main() 644 if (arp_table_map_fd < 0) { in main() 645 fprintf(stderr, "Failed loading arp_table_map_fd %s\n", in main() 646 strerror(-arp_table_map_fd)); in main()