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

/xnu-2422.115.4/bsd/net/
H A Dkpi_protocol.c166 int hash_slot; local
168 hash_slot = proto_hash_value(entry->protocol);
171 for (exist = proto_hash[hash_slot]; exist != NULL;
183 entry->next = proto_hash[hash_slot];
184 proto_hash[hash_slot] = entry;
299 int hash_slot = proto_hash_value(protocol); local
306 for (entry = proto_hash[hash_slot]; entry != NULL;
/xnu-2422.115.4/bsd/netinet/
H A Dip_dummynet.h288 int hash_slot ; /* debugging/diagnostic */ member in struct:dn_flow_queue
454 int hash_slot ; /* debugging/diagnostic */ member in struct:dn_flow_queue_32
579 int hash_slot ; /* debugging/diagnostic */ member in struct:dn_flow_queue_64
H A Dip_dummynet.c428 qp->hash_slot = q->hash_slot;
449 qp->hash_slot = q->hash_slot;
1259 q->hash_slot = i ;
2355 if (q->hash_slot != i)
2357 "should be %d)\n", copied, q->hash_slot, i);
2387 if (q->hash_slot != i)
2389 "should be %d)\n", copied, q->hash_slot, i);

Completed in 31 milliseconds