Searched refs:aarp_entry (Results 1 – 2 of 2) sorted by relevance
59 struct aarp_entry { struct70 struct aarp_entry *next; argument74 static struct aarp_entry *resolved[AARP_HASH_SIZE];75 static struct aarp_entry *unresolved[AARP_HASH_SIZE];76 static struct aarp_entry *proxies[AARP_HASH_SIZE];85 static inline void aarp_entry_get(struct aarp_entry *a) in aarp_entry_get()90 static inline void aarp_entry_put(struct aarp_entry *a) in aarp_entry_put()101 static void __aarp_expire(struct aarp_entry *a) in __aarp_expire()112 static void __aarp_send_query(struct aarp_entry *a) in __aarp_send_query()266 static void __aarp_expire_timer(struct aarp_entry **n) in __aarp_expire_timer()[all …]
150 struct aarp_entry **table;