Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dkpi_protocol.c77 static struct proto_input_entry *proto_hash[PROTO_HASH_SLOTS]; variable
134 for (entry = proto_hash[proto_hash_value(protocol)]; entry != NULL; in proto_unregister_input()
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()
202 for (entry = proto_hash[i]; in proto_input_run()
253 for (entry = proto_hash[proto_hash_value(protocol)]; entry != NULL; in proto_input()
301 for (entry = proto_hash[hash_slot]; entry != NULL; in proto_inject()