Searched refs:ng_ether_output_p (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/netgraph/
H A Dng_ether.c95 extern int (*ng_ether_output_p)(struct ifnet *ifp, struct mbuf **mp);
821 ng_ether_output_p = ng_ether_output;
847 ng_ether_output_p = NULL;
/freebsd-11-stable/sys/net/
H A Dif_ethersubr.c101 int (*ng_ether_output_p)(struct ifnet *ifp, struct mbuf **mp); variable
431 KASSERT(ng_ether_output_p != NULL,
432 ("ng_ether_output_p is NULL"));
433 if ((error = (*ng_ether_output_p)(ifp, &m)) != 0) {

Completed in 81 milliseconds