Searched refs:tlv_len (Results 1 – 2 of 2) sorted by relevance
245 __be16 tlv_len; /* TLV length (descriptor + value) */ member268 (__be16_to_cpu(((struct tlv_desc *)tlv)->tlv_len) <= space); in TLV_OK()279 return __be16_to_cpu(tlv->tlv_len); in TLV_GET_LEN()284 tlv->tlv_len = __cpu_to_be16(len); in TLV_SET_LEN()300 int tlv_len; in TLV_SET() local302 tlv_len = TLV_LENGTH(len); in TLV_SET()305 tlv_ptr->tlv_len = __cpu_to_be16(tlv_len); in TLV_SET()308 memset((char *)TLV_DATA(tlv_ptr) + len, 0, TLV_SPACE(len) - tlv_len); in TLV_SET()347 __u16 tlv_space = TLV_ALIGN(__be16_to_cpu(list->tlv_ptr->tlv_len)); in TLV_LIST_STEP()
161 u8 tlv_len; /* 4 */ member
Completed in 10 milliseconds