Home
last modified time | relevance | path

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

/Linux-v5.10/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];
606 for (i = 0; i < IN6_ADDR_HSIZE; i++) in ipv6_anycast_init()
616 for (i = 0; i < IN6_ADDR_HSIZE; i++) in ipv6_anycast_cleanup()
Daddrconf.c147 #define IN6_ADDR_HSIZE (1 << IN6_ADDR_HSIZE_SHIFT) macro
151 static struct hlist_head inet6_addr_lst[IN6_ADDR_HSIZE];
3737 for (i = 0; i < IN6_ADDR_HSIZE; i++) { in addrconf_ifdown()
4252 for (; state->bucket < IN6_ADDR_HSIZE; ++state->bucket) { in if6_get_first()
4286 while (++state->bucket < IN6_ADDR_HSIZE) { in if6_get_next()
4463 for (i = 0; i < IN6_ADDR_HSIZE; i++) { in addrconf_verify_rtnl()
7142 for (i = 0; i < IN6_ADDR_HSIZE; i++) in addrconf_init()
7227 for (i = 0; i < IN6_ADDR_HSIZE; i++) in addrconf_cleanup()