rfcomm_crc_table  116 net/bluetooth/rfcomm/core.c static unsigned char rfcomm_crc_table[256] = {
rfcomm_crc_table  159 net/bluetooth/rfcomm/core.c #define __crc(data) (rfcomm_crc_table[rfcomm_crc_table[0xff ^ data[0]] ^ data[1]])
rfcomm_crc_table  170 net/bluetooth/rfcomm/core.c 	return 0xff - rfcomm_crc_table[__crc(data) ^ data[2]];
rfcomm_crc_table  179 net/bluetooth/rfcomm/core.c 		f = rfcomm_crc_table[f ^ data[2]];
rfcomm_crc_table  181 net/bluetooth/rfcomm/core.c 	return rfcomm_crc_table[f ^ fcs] != 0xcf;