Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dkpi_protocol.c57 mbuf_t inject_first; member
204 if (entry->inject_first != NULL) { in proto_input_run()
208 packet_list = entry->inject_first; in proto_input_run()
210 entry->inject_first = NULL; in proto_input_run()
310 if (entry->inject_first == NULL) { in proto_inject()
313 entry->inject_first = packet_list; in proto_inject()