Searched refs:arp_table (Results 1 – 2 of 2) sorted by relevance
56 } arp_table SEC(".maps");146 dest_mac = bpf_map_lookup_elem(&arp_table, &iph->daddr); in xdp_router_ipv4_prog()151 dest_mac = bpf_map_lookup_elem(&arp_table, in xdp_router_ipv4_prog()
105 struct arp_table { in read_route() struct111 struct arp_table arp; in read_route()323 struct arp_table { in read_arp() struct328 struct arp_table arp; in read_arp()643 arp_table_map_fd = bpf_map__fd(skel->maps.arp_table); in main()
Completed in 4 milliseconds