Lines Matching refs:AARP_HASH_SIZE
71 static struct aarp_entry *resolved[AARP_HASH_SIZE];
72 static struct aarp_entry *unresolved[AARP_HASH_SIZE];
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()
743 hash = ea->pa_src_node % (AARP_HASH_SIZE - 1); in aarp_rcv()
830 (AARP_HASH_SIZE - 1)], in aarp_rcv()
903 for (ct = 0; ct < AARP_HASH_SIZE; ct++) { in aarp_device_down()
927 while (ct < AARP_HASH_SIZE) { in iter_next()