Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dtipc_config.h303 struct tlv_desc *tlv_ptr; in TLV_SET() local
307 tlv_ptr = (struct tlv_desc *)tlv; in TLV_SET()
308 tlv_ptr->tlv_type = htons(type); in TLV_SET()
309 tlv_ptr->tlv_len = htons(tlv_len); in TLV_SET()
311 memcpy(TLV_DATA(tlv_ptr), data, len); in TLV_SET()
312 memset((char *)TLV_DATA(tlv_ptr) + len, 0, TLV_SPACE(len) - tlv_len); in TLV_SET()
323 struct tlv_desc *tlv_ptr; /* ptr to current TLV */ member
330 list->tlv_ptr = (struct tlv_desc *)data; in TLV_LIST_INIT()
341 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type); in TLV_LIST_CHECK()
346 return TLV_DATA(list->tlv_ptr); in TLV_LIST_DATA()
[all...]
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dtipc_config.h299 struct tlv_desc *tlv_ptr; in TLV_SET() local
303 tlv_ptr = (struct tlv_desc *)tlv; in TLV_SET()
304 tlv_ptr->tlv_type = __cpu_to_be16(type); in TLV_SET()
305 tlv_ptr->tlv_len = __cpu_to_be16(tlv_len); in TLV_SET()
307 memcpy(TLV_DATA(tlv_ptr), data, len); in TLV_SET()
308 memset((char *)TLV_DATA(tlv_ptr) + len, 0, TLV_SPACE(len) - tlv_len); in TLV_SET()
319 struct tlv_desc *tlv_ptr; /* ptr to current TLV */ member
326 list->tlv_ptr = (struct tlv_desc *)data; in TLV_LIST_INIT()
337 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type); in TLV_LIST_CHECK()
342 return TLV_DATA(list->tlv_ptr); in TLV_LIST_DATA()
[all...]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dtipc_config.h152 struct tlv_desc *tlv_ptr; in TLV_SET() local
155 tlv_ptr = (struct tlv_desc *)tlv; in TLV_SET()
156 tlv_ptr->tlv_type = htons(type); in TLV_SET()
157 tlv_ptr->tlv_len = htons(tlv_len); in TLV_SET()
159 memcpy(TLV_DATA(tlv_ptr), data, len); in TLV_SET()
160 memset(TLV_DATA(tlv_ptr) + len, 0, TLV_SPACE(len) - tlv_len); in TLV_SET()
165 struct tlv_desc *tlv_ptr; member
171 list->tlv_ptr = (struct tlv_desc *)data; in TLV_LIST_INIT()
180 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type); in TLV_LIST_CHECK()
184 return TLV_DATA(list->tlv_ptr); in TLV_LIST_DATA()
[all...]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dtipc_config.h135 struct tlv_desc * tlv_ptr; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dtipc_config.h135 struct tlv_desc * tlv_ptr; member

Completed in 4 milliseconds