re_start
re_start:
goto re_start;
static void re_start(struct ifnet *, struct ifaltq_subque *);
ifp->if_start = re_start;
static void re_start __P((struct ifnet *));
ifp->if_start = re_start;
re_start(ifp);
re_start(ifp);