Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Dkpi_protocol.c153 int hash_slot; in proto_delayed_attach() local
155 hash_slot = proto_hash_value(entry->protocol); in proto_delayed_attach()
158 for (exist = proto_hash[hash_slot]; exist != NULL; in proto_delayed_attach()
172 entry->next = proto_hash[hash_slot]; in proto_delayed_attach()
173 proto_hash[hash_slot] = entry; in proto_delayed_attach()
293 int hash_slot = proto_hash_value(protocol); in proto_inject() local
301 for (entry = proto_hash[hash_slot]; entry != NULL; in proto_inject()
/xnu-10063.101.15/bsd/netinet/
H A Dip_dummynet.h279 int hash_slot; /* debugging/diagnostic */ member
444 int hash_slot; /* debugging/diagnostic */ member
569 int hash_slot; /* debugging/diagnostic */ member
H A Dip_dummynet.c434 qp->hash_slot = q->hash_slot; in cp_queue_to_32_user()
456 qp->hash_slot = q->hash_slot; in cp_queue_to_64_user()
1246 q->hash_slot = i; in create_queue()
2332 if (q->hash_slot != i) { in dn_copy_set_32()
2334 "should be %d)\n", copied, q->hash_slot, i); in dn_copy_set_32()
2369 if (q->hash_slot != i) { in dn_copy_set_64()
2371 "should be %d)\n", copied, q->hash_slot, i); in dn_copy_set_64()