Searched refs:ng_ether_input_p (Results 1 – 2 of 2) sorted by relevance
92 extern void (*ng_ether_input_p)(struct ifnet *ifp, struct mbuf **mp);822 ng_ether_input_p = ng_ether_input; in ng_ether_mod_event()848 ng_ether_input_p = NULL; in ng_ether_mod_event()
98 void (*ng_ether_input_p)(struct ifnet *ifp, struct mbuf **mp); variable643 KASSERT(ng_ether_input_p != NULL, in ether_input_internal()646 (*ng_ether_input_p)(ifp, &m); in ether_input_internal()