Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dkpi_protocol.c46 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()
[all …]
H A Ddlil.c284 struct proto_input_entry;