Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/
Danycast.c44 #define IN6_ADDR_HSIZE BIT(IN6_ADDR_HSIZE_SHIFT) macro
47 static struct hlist_head inet6_acaddr_lst[IN6_ADDR_HSIZE];
599 for (i = 0; i < IN6_ADDR_HSIZE; i++) in ipv6_anycast_init()
609 for (i = 0; i < IN6_ADDR_HSIZE; i++) in ipv6_anycast_cleanup()
Daddrconf.c148 #define IN6_ADDR_HSIZE (1 << IN6_ADDR_HSIZE_SHIFT) macro
152 static struct hlist_head inet6_addr_lst[IN6_ADDR_HSIZE];
3743 for (i = 0; i < IN6_ADDR_HSIZE; i++) { in addrconf_ifdown()
4257 for (; state->bucket < IN6_ADDR_HSIZE; ++state->bucket) { in if6_get_first()
4291 while (++state->bucket < IN6_ADDR_HSIZE) { in if6_get_next()
4415 for (i = 0; i < IN6_ADDR_HSIZE; i++) { in addrconf_verify_rtnl()
7047 for (i = 0; i < IN6_ADDR_HSIZE; i++) in addrconf_init()
7132 for (i = 0; i < IN6_ADDR_HSIZE; i++) in addrconf_cleanup()