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

/freebsd-10-stable/sys/netgraph/
H A Dng_ether.c103 static void ng_ether_attach(struct ifnet *ifp);
303 ng_ether_attach(struct ifnet *ifp) function
406 * Currently the first case is handled by ng_ether_attach via special
819 ng_ether_attach_p = ng_ether_attach;
866 if (ng_ether_attach_p != ng_ether_attach)
874 ng_ether_attach(ifp);

Completed in 45 milliseconds