Home
last modified time | relevance | path

Searched refs:AARP_HASH_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/net/appletalk/
H A Daarp.c74 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];
327 for (ct = 0; ct < AARP_HASH_SIZE; ct++) { in aarp_expire_timeout()
353 for (ct = 0; ct < AARP_HASH_SIZE; ct++) { in aarp_device_event()
382 for (ct = 0; ct < AARP_HASH_SIZE; ct++) { in aarp_purge()
429 int hash = sa->s_node % (AARP_HASH_SIZE - 1); in aarp_proxy_remove()
445 int hash = sa->s_node % (AARP_HASH_SIZE - 1); in __aarp_proxy_find()
498 hash = sa->s_node % (AARP_HASH_SIZE - 1); in aarp_proxy_probe_network()
590 hash = sa->s_node % (AARP_HASH_SIZE - 1); in aarp_send_ddp()
[all …]
/linux/include/linux/
H A Datalk.h99 #define AARP_HASH_SIZE 16 macro