Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/net/ !
H A Ddlil.c3965 dlil_input_func input_func; in ifnet_input_common() local
3994 input_func = ifp->if_input_dlil; in ifnet_input_common()
3995 VERIFY(input_func != NULL); in ifnet_input_common()
4066 err = (*input_func)(ifp, m_head, m_tail, s, poll, current_thread()); in ifnet_input_common()
H A Dif_bridge.c7376 bpf_packet_func input_func = sc->sc_bpf_input;
7378 if (input_func != NULL) {
7385 (*input_func)(ifp, m);