Searched refs:ng_ether_input_p (Results 1 – 2 of 2) sorted by relevance
93 extern void (*ng_ether_input_p)(struct ifnet *ifp, struct mbuf **mp);821 ng_ether_input_p = ng_ether_input; in ng_ether_mod_event()847 ng_ether_input_p = NULL; in ng_ether_mod_event()
101 void (*ng_ether_input_p)(struct ifnet *ifp, struct mbuf **mp); variable655 KASSERT(ng_ether_input_p != NULL, in ether_input_internal()658 (*ng_ether_input_p)(ifp, &m); in ether_input_internal()