Home
last modified time | relevance | path

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

/linux/samples/bpf/
H A Dxdp_router_ipv4_user.c105 struct arp_table { in read_route() struct
106 __be64 mac; in read_route()
107 __be32 dst; in read_route()
323 struct arp_table { in read_arp() struct
324 __be64 mac; in read_arp()
325 __be32 dst; in read_arp()
/linux/net/atm/
H A Dlec.c827 int arp_table; member