Searched refs:net_hashes (Results 1 – 4 of 4) sorted by relevance
100 if (net_hashes[i] == NULL) in timer()103 for (rh = net_hashes[i]; in timer()104 rh < &net_hashes[i][ROUTEHASHSIZ]; rh++) { in timer()165 if (net_hashes[i] == NULL) in term()168 for (rh = net_hashes[i]; rh < &net_hashes[i][ROUTEHASHSIZ]; in term()
41 struct rthash *net_hashes[IPV6_ABITS + 1]; variable182 if (net_hashes[prefix_length] == NULL) in rtlookup()187 rh = &net_hashes[prefix_length][hash & ROUTEHASHMASK]; in rtlookup()244 if (net_hashes[prefix_length] == NULL) { in rtadd()253 net_hashes[prefix_length] = rh; in rtadd()258 rh = &net_hashes[prefix_length][hash & ROUTEHASHMASK]; in rtadd()477 if (net_hashes[i] == NULL) in rtpurgeif()480 for (rh = net_hashes[i]; in rtpurgeif()481 rh < &net_hashes[i][ROUTEHASHSIZ]; rh++) { in rtpurgeif()508 if (net_hashes[i] == NULL) in rtchangeall()[all …]
152 if (net_hashes[i] == NULL) in supply()155 for (rh = net_hashes[i]; rh < &net_hashes[i][ROUTEHASHSIZ]; in supply()
78 extern struct rthash *net_hashes[IPV6_ABITS + 1];