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

/linux-master/samples/bpf/
H A Dxdp_router_ipv4_user.c37 static int arp_table_map_fd; variable
179 if (bpf_map_lookup_elem(arp_table_map_fd,
373 assert(bpf_map_delete_elem(arp_table_map_fd,
376 assert(bpf_map_update_elem(arp_table_map_fd,
643 arp_table_map_fd = bpf_map__fd(skel->maps.arp_table);
644 if (arp_table_map_fd < 0) {
645 fprintf(stderr, "Failed loading arp_table_map_fd %s\n",
646 strerror(-arp_table_map_fd));

Completed in 86 milliseconds