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