Searched refs:net_hashes (Results 1 – 4 of 4) sorted by relevance
102 if (net_hashes[i] == NULL) in timer()105 for (rh = net_hashes[i]; in timer()106 rh < &net_hashes[i][ROUTEHASHSIZ]; rh++) { in timer()167 if (net_hashes[i] == NULL) in term()170 for (rh = net_hashes[i]; rh < &net_hashes[i][ROUTEHASHSIZ]; in term()
43 struct rthash *net_hashes[IPV6_ABITS + 1]; variable184 if (net_hashes[prefix_length] == NULL) in rtlookup()189 rh = &net_hashes[prefix_length][hash & ROUTEHASHMASK]; in rtlookup()246 if (net_hashes[prefix_length] == NULL) { in rtadd()255 net_hashes[prefix_length] = rh; in rtadd()260 rh = &net_hashes[prefix_length][hash & ROUTEHASHMASK]; in rtadd()479 if (net_hashes[i] == NULL) in rtpurgeif()482 for (rh = net_hashes[i]; in rtpurgeif()483 rh < &net_hashes[i][ROUTEHASHSIZ]; rh++) { in rtpurgeif()510 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()
80 extern struct rthash *net_hashes[IPV6_ABITS + 1];