Home | History | Annotate | Download | only in misc

Lines Matching full:hash

535 			int hash = (port^(((unsigned long)dg_proto)>>2))&255;
537 for (c = &cache[hash]; c; c = c->next) {
550 c = &cache[hash];
559 c->next = cache[hash].next;
560 cache[hash].next = c;