Searched refs:hash_slot (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dkpi_protocol.c192 int hash_slot; local
194 hash_slot = proto_hash_value(entry->protocol);
197 for (exist = proto_hash[hash_slot]; exist; exist = exist->next)
208 entry->next = proto_hash[hash_slot];
209 proto_hash[hash_slot] = entry;
323 int hash_slot = proto_hash_value(protocol); local
330 for (entry = proto_hash[hash_slot]; entry; entry = entry->next) {
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.h252 int hash_slot ; /* debugging/diagnostic */ member in struct:dn_flow_queue
H A Dip_dummynet.c927 q->hash_slot = i ;
1924 if (q->hash_slot != i)
1926 "should be %d)\n", copied, q->hash_slot, i);

Completed in 78 milliseconds