Home
last modified time | relevance | path

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

/openbmc/linux/net/appletalk/
H A Daarp.c73 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 …]
/openbmc/linux/include/linux/
H A Datalk.h99 #define AARP_HASH_SIZE 16 macro