Searched refs:AARP_HASH_SIZE (Results 1 – 2 of 2) sorted by relevance
73 static struct aarp_entry *proxies[AARP_HASH_SIZE];313 for (ct = 0; ct < AARP_HASH_SIZE; ct++) { in aarp_expire_timeout()339 for (ct = 0; ct < AARP_HASH_SIZE; ct++) { in aarp_device_event()368 for (ct = 0; ct < AARP_HASH_SIZE; ct++) { in aarp_purge()413 int hash = sa->s_node % (AARP_HASH_SIZE - 1); in aarp_proxy_remove()429 int hash = sa->s_node % (AARP_HASH_SIZE - 1); in __aarp_proxy_find()512 hash = sa->s_node % (AARP_HASH_SIZE - 1); in aarp_proxy_probe_network()603 hash = sa->s_node % (AARP_HASH_SIZE - 1); in aarp_send_ddp()830 (AARP_HASH_SIZE - 1)], in aarp_rcv()903 for (ct = 0; ct < AARP_HASH_SIZE; ct++) { in aarp_device_down()[all …]
99 #define AARP_HASH_SIZE 16 macro