Home
last modified time | relevance | path

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

/linux-2.6.39/net/tipc/
Dconfig.c73 memcpy(TLV_DATA(tlv), tlv_data, tlv_data_size); in tipc_cfg_append_tlv()
120 value = ntohl(*(u32 *)TLV_DATA(req_tlv_area)); in tipc_show_stats()
129 tipc_printbuf_init(&pb, (char *)TLV_DATA(rep_tlv), MAX_STATS_INFO); in tipc_show_stats()
149 args = (struct tipc_bearer_config *)TLV_DATA(req_tlv_area); in cfg_enable_bearer()
163 if (tipc_disable_bearer((char *)TLV_DATA(req_tlv_area))) in cfg_disable_bearer()
176 addr = ntohl(*(__be32 *)TLV_DATA(req_tlv_area)); in cfg_set_own_addr()
209 value = ntohl(*(__be32 *)TLV_DATA(req_tlv_area)); in cfg_set_remote_mng()
221 value = ntohl(*(__be32 *)TLV_DATA(req_tlv_area)); in cfg_set_max_publications()
236 value = ntohl(*(__be32 *)TLV_DATA(req_tlv_area)); in cfg_set_max_subscriptions()
250 value = ntohl(*(__be32 *)TLV_DATA(req_tlv_area)); in cfg_set_max_ports()
[all …]
Dlog.c306 value = ntohl(*(__be32 *)TLV_DATA(req_tlv_area)); in tipc_log_resize_cmd()
341 tipc_printbuf_init(&pb, TLV_DATA(rep_tlv), str_len); in tipc_log_dump()
345 str_len = strlen(TLV_DATA(rep_tlv)) + 1; in tipc_log_dump()
Dnode.c387 domain = ntohl(*(__be32 *)TLV_DATA(req_tlv_area)); in tipc_node_get_nodes()
438 domain = ntohl(*(__be32 *)TLV_DATA(req_tlv_area)); in tipc_node_get_links()
Dname_table.c994 tipc_printbuf_init(&b, TLV_DATA(rep_tlv), MAX_NAME_TBL_QUERY); in tipc_nametbl_get()
995 argv = (struct tipc_name_table_query *)TLV_DATA(req_tlv_area); in tipc_nametbl_get()
Dlink.c2704 args = (struct tipc_link_config *)TLV_DATA(req_tlv_area); in tipc_link_cmd_config()
2781 link_name = (char *)TLV_DATA(req_tlv_area); in tipc_link_cmd_reset_stats()
2921 str_len = tipc_link_stats((char *)TLV_DATA(req_tlv_area), in tipc_link_cmd_show_stats()
2922 (char *)TLV_DATA(rep_tlv), MAX_LINK_STATS_INFO); in tipc_link_cmd_show_stats()
Dport.c626 tipc_printbuf_init(&pb, TLV_DATA(rep_tlv), MAX_PORT_QUERY); in tipc_port_get_ports()
/linux-2.6.39/include/linux/
Dtipc_config.h256 #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0))) macro
289 memcpy(TLV_DATA(tlv_ptr), data, tlv_len); in TLV_SET()
322 return TLV_DATA(list->tlv_ptr); in TLV_LIST_DATA()