UCAN_IN_HDR_SIZE 311 drivers/net/can/usb/ucan.c return get_can_dlc(len - (UCAN_IN_HDR_SIZE + sizeof(msg->id))); UCAN_IN_HDR_SIZE 577 drivers/net/can/usb/ucan.c if (len < UCAN_IN_HDR_SIZE + sizeof(m->msg.can_msg.id)) { UCAN_IN_HDR_SIZE 642 drivers/net/can/usb/ucan.c if (len < UCAN_IN_HDR_SIZE || (len % 2 != 0)) { UCAN_IN_HDR_SIZE 647 drivers/net/can/usb/ucan.c count = (len - UCAN_IN_HDR_SIZE) / 2; UCAN_IN_HDR_SIZE 735 drivers/net/can/usb/ucan.c if ((urb->actual_length - pos) < UCAN_IN_HDR_SIZE) {