Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dtipc_config.h252 #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0))) macro
305 memcpy(TLV_DATA(tlv_ptr), data, tlv_len); in TLV_SET()
338 return TLV_DATA(list->tlv_ptr); in TLV_LIST_DATA()
/linux-4.1.27/net/tipc/
Dnetlink_compat.c99 memcpy(TLV_DATA(tlv), data, len); in tipc_add_tlv()
126 buf = TLV_DATA(tlv) + len; in tipc_tlv_sprintf()
363 b = (struct tipc_bearer_config *)TLV_DATA(msg->req); in tipc_nl_compat_bearer_enable()
394 name = (char *)TLV_DATA(msg->req); in tipc_nl_compat_bearer_disable()
468 name = (char *)TLV_DATA(msg->req); in tipc_nl_compat_link_stat_dump()
586 lc = (struct tipc_link_config *)TLV_DATA(msg->req); in tipc_nl_compat_link_set()
622 name = (char *)TLV_DATA(msg->req); in tipc_nl_compat_link_reset_stats()
648 ntq = (struct tipc_name_table_query *)TLV_DATA(msg->req); in tipc_nl_compat_name_table_dump_header()
678 ntq = (struct tipc_name_table_query *)TLV_DATA(msg->req); in tipc_nl_compat_name_table_dump()
860 val = ntohl(*(__be32 *)TLV_DATA(msg->req)); in tipc_nl_compat_net_set()