Searched refs:proto_input_entry (Results 1 – 2 of 2) sorted by relevance
46 struct proto_input_entry { struct47 struct proto_input_entry *next; argument60 struct proto_input_entry *input_next; argument77 static struct proto_input_entry *proto_hash[PROTO_HASH_SLOTS]; argument79 static struct proto_input_entry *proto_input_add_list = NULL;87 struct proto_input_entry *entry; in proto_register_input()92 entry = kalloc_type(struct proto_input_entry, Z_WAITOK | Z_ZERO); in proto_register_input()132 struct proto_input_entry *entry = NULL; in proto_unregister_input()147 proto_delayed_attach(struct proto_input_entry *entry) in proto_delayed_attach()149 struct proto_input_entry *next_entry; in proto_delayed_attach()[all …]
284 struct proto_input_entry;