Lines Matching refs:AARP_HASH_SIZE
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()
749 hash = ea->pa_src_node % (AARP_HASH_SIZE - 1); in aarp_rcv()
836 (AARP_HASH_SIZE - 1)], in aarp_rcv()
900 for (ct = 0; ct < AARP_HASH_SIZE; ct++) { in aarp_device_down()
929 while (ct < AARP_HASH_SIZE) { in iter_next()