Home
last modified time | relevance | path

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

/samples/bpf/
A Dxdp_router_ipv4.bpf.c56 } 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()
A Dxdp_router_ipv4_user.c105 struct arp_table { in read_route() struct
111 struct arp_table arp; in read_route()
323 struct arp_table { in read_arp() struct
328 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