Searched refs:ng_ether_output_p (Results 1 – 2 of 2) sorted by relevance
94 extern int (*ng_ether_output_p)(struct ifnet *ifp, struct mbuf **mp);817 ng_ether_output_p = ng_ether_output; in ng_ether_mod_event()849 ng_ether_output_p = NULL; in ng_ether_mod_event()
100 int (*ng_ether_output_p)(struct ifnet *ifp, struct mbuf **mp); variable421 KASSERT(ng_ether_output_p != NULL, in ether_output()423 if ((error = (*ng_ether_output_p)(ifp, &m)) != 0) { in ether_output()