Example #1
0
void
uether_start(struct ifnet *ifp)
{

	ue_start(ifp);
}
Example #2
0
void
uether_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
{

	ue_start(ifp, ifsq);
}