Searched refs:etharp_entry (Results 1 – 2 of 2) sorted by relevance
14 @@ -102,10 +102,10 @@ struct etharp_entry {18 -static struct etharp_entry arp_table[ARP_TABLE_SIZE];19 +static PER_THREAD struct etharp_entry arp_table[ARP_TABLE_SIZE];
90 struct etharp_entry { struct105 static struct etharp_entry arp_table[ARP_TABLE_SIZE]; argument