Searched refs:AARP_HASH_SIZE (Results 1 – 2 of 2) sorted by relevance
77 static struct aarp_entry *resolved[AARP_HASH_SIZE];78 static struct aarp_entry *unresolved[AARP_HASH_SIZE];79 static struct aarp_entry *proxies[AARP_HASH_SIZE];319 for (ct = 0; ct < AARP_HASH_SIZE; ct++) { in aarp_expire_timeout()345 for (ct = 0; ct < AARP_HASH_SIZE; ct++) { in aarp_device_event()374 for (ct = 0; ct < AARP_HASH_SIZE; ct++) { in aarp_purge()419 int hash = sa->s_node % (AARP_HASH_SIZE - 1); in aarp_proxy_remove()435 int hash = sa->s_node % (AARP_HASH_SIZE - 1); in __aarp_proxy_find()518 hash = sa->s_node % (AARP_HASH_SIZE - 1); in aarp_proxy_probe_network()609 hash = sa->s_node % (AARP_HASH_SIZE - 1); in aarp_send_ddp()[all …]
98 #define AARP_HASH_SIZE 16 macro