Home
last modified time | relevance | path

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

/xnu-11215/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
87 struct proto_input_entry *entry; in proto_register_input()
132 struct proto_input_entry *entry = NULL; in proto_unregister_input()
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()
[all …]
H A Ddlil.c298 struct proto_input_entry;