taglinefilesource code
anext287drivers/char/scc.csccfreelist[i]->bp->anext = NULLBUF;
anext412drivers/char/scc.cabp = bp->anext;
anext463drivers/char/scc.cfor(p = *queue ; p->anext != NULLBUF ; p = p->anext)
anext465drivers/char/scc.cp->anext = bp;
anext597drivers/char/scc.cscc->sndq = scc->sndq->anext;
anext1966drivers/char/scc.cbp = scc->sndq1->anext;  /* don't use the one we currently use */
anext1975drivers/char/scc.cscc->sndq1->anext = bp;
anext138include/linux/scc.hstruct mbuf *anext;  /* Links packets on queues */