taglinefilesource code
anext349drivers/char/scc.csccfreelist[i]->bp->anext = NULLBUF;
anext447drivers/char/scc.cabp = bp->anext;
anext498drivers/char/scc.cfor(p = *queue ; p->anext != NULLBUF ; p = p->anext)
anext500drivers/char/scc.cp->anext = bp;
anext632drivers/char/scc.cscc->sndq = scc->sndq->anext;
anext1248drivers/char/scc.cbp = scc->rcvq->anext;  /* don't use the one we currently use */
anext1257drivers/char/scc.cscc->rcvq->anext = bp;
anext1594drivers/char/scc.cbp2 = scc->rcvq->anext; /* next packet */
anext2122drivers/char/scc.cbp = scc->sndq1->anext;  /* don't use the one we currently use */
anext2131drivers/char/scc.cscc->sndq1->anext = bp;
anext141include/linux/scc.hstruct mbuf *anext;  /* Links packets on queues */