Searched refs:input_poll (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.c171 einit.input_poll = NULL;
182 if (einit.input_poll == NULL || einit.input_ctl == NULL)
185 einit.input_poll = NULL;
212 ifp->if_input_poll = einit.input_poll;
H A Dkpi_interface.h727 the network stack will no longer invoke the input_poll callback
735 network stack will begin to invoke the input_poll callback to
812 @field input_poll The poll function for the interface, valid only if
867 ifnet_input_poll_func input_poll; /* optional, ignored for legacy model */ member in struct:ifnet_init_eparams

Completed in 25 milliseconds