__crc             164 net/bluetooth/rfcomm/core.c 	return 0xff - __crc(data);
__crc             170 net/bluetooth/rfcomm/core.c 	return 0xff - rfcomm_crc_table[__crc(data) ^ data[2]];
__crc             176 net/bluetooth/rfcomm/core.c 	u8 f = __crc(data);