Home
last modified time | relevance | path

Searched refs:TLV_DATA (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/uapi/linux/ !
Dtipc_config.h254 #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0))) macro
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()
342 return TLV_DATA(list->tlv_ptr); in TLV_LIST_DATA()
/linux-6.1.9/net/tipc/ !
Dnetlink_compat.c107 memcpy(TLV_DATA(tlv), data, len); in tipc_add_tlv()
135 buf = TLV_DATA(tlv) + len; in tipc_tlv_sprintf()
436 b = (struct tipc_bearer_config *)TLV_DATA(msg->req); in tipc_nl_compat_bearer_enable()
478 name = (char *)TLV_DATA(msg->req); in tipc_nl_compat_bearer_disable()
580 name = (char *)TLV_DATA(msg->req); in tipc_nl_compat_link_stat_dump()
731 lc = (struct tipc_link_config *)TLV_DATA(msg->req); in tipc_nl_compat_media_set()
758 lc = (struct tipc_link_config *)TLV_DATA(msg->req); in tipc_nl_compat_bearer_set()
785 lc = (struct tipc_link_config *)TLV_DATA(msg->req); in __tipc_nl_compat_link_set()
814 lc = (struct tipc_link_config *)TLV_DATA(msg->req); in tipc_nl_compat_link_set()
848 name = (char *)TLV_DATA(msg->req); in tipc_nl_compat_link_reset_stats()
[all …]