Lines Matching refs:proto_input_entry
46 struct proto_input_entry { struct
47 struct proto_input_entry *next; argument
60 struct proto_input_entry *input_next; argument
77 static struct proto_input_entry *proto_hash[PROTO_HASH_SLOTS]; argument
79 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()
152 struct proto_input_entry *exist; in proto_delayed_attach()
170 kfree_type(struct proto_input_entry, entry); in proto_delayed_attach()
181 struct proto_input_entry *entry; in proto_input_run()
250 struct proto_input_entry *entry; in proto_input()
291 struct proto_input_entry *entry; in proto_inject()