Searched refs:ng_ether_output_p (Results 1 – 2 of 2) sorted by relevance
95 extern int (*ng_ether_output_p)(struct ifnet *ifp, struct mbuf **mp);820 ng_ether_output_p = ng_ether_output; in ng_ether_mod_event()846 ng_ether_output_p = NULL; in ng_ether_mod_event()
103 int (*ng_ether_output_p)(struct ifnet *ifp, struct mbuf **mp); variable426 KASSERT(ng_ether_output_p != NULL, in ether_output()428 if ((error = (*ng_ether_output_p)(ifp, &m)) != 0) { in ether_output()