tlv_length
u8 tlv_length; /* In dwords - not including this header */
length = tlv_length(&cursor);
length = tlv_length(cursor);
delta = TLV_DWORD_COUNT(tlv_length(cursor));
old_ndwords = TLV_DWORD_COUNT(tlv_length(cursor));
item_length = tlv_length(&cursor);
uint16_t tlv_length;
uint16_t tlv_length;
tlv_length = __LE_TO_CPU_16(((uint16_t*)&bufferp[offset])[1]);
if ((tlv_length > EFX_LICENSE_V1V2_PAYLOAD_LENGTH_MAX) ||
(tlv_type == 0 && tlv_length == 0)) {
*lengthp = tlv_length + EFX_LICENSE_V1V2_HEADER_LENGTH;
uint16_t tlv_length;
tlv_length = __LE_TO_CPU_16(((uint16_t*)keyp)[1]);
if(tlv_length > EFX_LICENSE_V1V2_PAYLOAD_LENGTH_MAX) {
if ((tlv_length + EFX_LICENSE_V1V2_HEADER_LENGTH) != length) {