Searched refs:tlv_ptr (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/include/uapi/linux/
H A Dtipc_config.h297 struct tlv_desc *tlv_ptr; TLV_SET() local
301 tlv_ptr = (struct tlv_desc *)tlv; TLV_SET()
302 tlv_ptr->tlv_type = htons(type); TLV_SET()
303 tlv_ptr->tlv_len = htons(tlv_len); TLV_SET()
305 memcpy(TLV_DATA(tlv_ptr), data, tlv_len); TLV_SET()
315 struct tlv_desc *tlv_ptr; /* ptr to current TLV */ member in struct:tlv_list_desc
322 list->tlv_ptr = (struct tlv_desc *)data; TLV_LIST_INIT()
333 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type); TLV_LIST_CHECK()
338 return TLV_DATA(list->tlv_ptr); TLV_LIST_DATA()
343 __u16 tlv_space = TLV_ALIGN(ntohs(list->tlv_ptr->tlv_len)); TLV_LIST_STEP()
345 list->tlv_ptr = (struct tlv_desc *)((char *)list->tlv_ptr + tlv_space); TLV_LIST_STEP()

Completed in 56 milliseconds