Searched refs:proto_hash (Results 1 – 1 of 1) sorted by relevance
77 static struct proto_input_entry *proto_hash[PROTO_HASH_SLOTS]; variable134 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()