taglinefilesource code
fcs508drivers/net/ppp.cbuf->fcs    = PPP_INITFCS;
fcs1142drivers/net/ppp.cbuf->fcs    = PPP_INITFCS;
fcs1168drivers/net/ppp.cbuf->fcs = PPP_FCS (buf->fcs, chr);
fcs1552drivers/net/ppp.cif (ppp->rbuf->fcs != PPP_GOODFCS) {
fcs1556drivers/net/ppp.cppp->rbuf->fcs ^ PPP_GOODFCS);
fcs1845drivers/net/ppp.cbuf->fcs = PPP_FCS (buf->fcs, chr);
fcs1880drivers/net/ppp.cbuf->fcs       = PPP_INITFCS;
fcs1912drivers/net/ppp.cwrite_fcs = buf->fcs ^ 0xFFFF;
fcs51include/asm-i386/processor.hlong  fcs;
fcs63include/asm-i386/processor.hlong  fcs;
fcs38include/asm-i386/user.hlong  fcs;
fcs81include/linux/if_pppvar.h__u16    fcs;    /* Frame Check Sequence (CRC)  */
fcs87include/linux/ppp_defs.h#define PPP_FCS(fcs, c)  (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])