Searched refs:TLV_DATA (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | tipc_config.h | 258 #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0))) macro 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() 346 return TLV_DATA(list->tlv_ptr); in TLV_LIST_DATA()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | tipc_config.h | 254 #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()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | tipc_config.h | 122 #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0))) macro 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() 184 return TLV_DATA(list->tlv_ptr); in TLV_LIST_DATA()
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | netlink_compat.c | 108 memcpy(TLV_DATA(tlv), data, len); in tipc_add_tlv() 135 buf = TLV_DATA(tlv) + len; in tipc_tlv_sprintf() 434 b = (struct tipc_bearer_config *)TLV_DATA(msg->req); in tipc_nl_compat_bearer_enable() 476 name = (char *)TLV_DATA(msg->req); in tipc_nl_compat_bearer_disable() 578 name = (char *)TLV_DATA(msg->req); in tipc_nl_compat_link_stat_dump() 729 lc = (struct tipc_link_config *)TLV_DATA(msg->req); in tipc_nl_compat_media_set() 756 lc = (struct tipc_link_config *)TLV_DATA(msg->req); in tipc_nl_compat_bearer_set() 783 lc = (struct tipc_link_config *)TLV_DATA(msg->req); in __tipc_nl_compat_link_set() 812 lc = (struct tipc_link_config *)TLV_DATA(msg->req); in tipc_nl_compat_link_set() 846 name = (char *)TLV_DATA(ms in tipc_nl_compat_link_reset_stats() [all...] |
/kernel/linux/linux-6.6/net/tipc/ |
H A D | netlink_compat.c | 109 memcpy(TLV_DATA(tlv), data, len); in tipc_add_tlv() 137 buf = TLV_DATA(tlv) + len; in tipc_tlv_sprintf() 433 b = (struct tipc_bearer_config *)TLV_DATA(msg->req); in tipc_nl_compat_bearer_enable() 475 name = (char *)TLV_DATA(msg->req); in tipc_nl_compat_bearer_disable() 577 name = (char *)TLV_DATA(msg->req); in tipc_nl_compat_link_stat_dump() 728 lc = (struct tipc_link_config *)TLV_DATA(msg->req); in tipc_nl_compat_media_set() 755 lc = (struct tipc_link_config *)TLV_DATA(msg->req); in tipc_nl_compat_bearer_set() 782 lc = (struct tipc_link_config *)TLV_DATA(msg->req); in __tipc_nl_compat_link_set() 811 lc = (struct tipc_link_config *)TLV_DATA(msg->req); in tipc_nl_compat_link_set() 845 name = (char *)TLV_DATA(ms in tipc_nl_compat_link_reset_stats() [all...] |
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | tipc_config.h | 133 #define TLV_DATA(tlv) ((void *) ((char *) (tlv) + TLV_LENGTH(0))) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | tipc_config.h | 133 #define TLV_DATA(tlv) ((void *) ((char *) (tlv) + TLV_LENGTH(0))) macro
|
Completed in 7 milliseconds