Home
last modified time | relevance | path

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

/linux/net/ipv6/
A 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()
A Daddrconf.c148 #define IN6_ADDR_HSIZE (1 << IN6_ADDR_HSIZE_SHIFT) macro
152 static struct hlist_head inet6_addr_lst[IN6_ADDR_HSIZE];
3761 for (i = 0; i < IN6_ADDR_HSIZE; i++) { in addrconf_ifdown()
4277 for (; state->bucket < IN6_ADDR_HSIZE; ++state->bucket) { in if6_get_first()
4311 while (++state->bucket < IN6_ADDR_HSIZE) { in if6_get_next()
4488 for (i = 0; i < IN6_ADDR_HSIZE; i++) { in addrconf_verify_rtnl()
7244 for (i = 0; i < IN6_ADDR_HSIZE; i++) in addrconf_init()
7329 for (i = 0; i < IN6_ADDR_HSIZE; i++) in addrconf_cleanup()

Completed in 15 milliseconds