Searched refs:tipc_cfg_append_tlv (Results 1 – 4 of 4) sorted by relevance
/net/tipc/ |
D | config.h | 46 int tipc_cfg_append_tlv(struct sk_buff *buf, int tlv_type,
|
D | config.c | 89 int tipc_cfg_append_tlv(struct sk_buff *buf, int tlv_type, in tipc_cfg_append_tlv() function 115 tipc_cfg_append_tlv(buf, tlv_type, &value_net, in tipc_cfg_reply_unsigned_type() 128 tipc_cfg_append_tlv(buf, tlv_type, string, string_len); in tipc_cfg_reply_string_type()
|
D | node.c | 658 tipc_cfg_append_tlv(buf, TIPC_TLV_NODE_INFO, in tipc_node_get_nodes() 707 tipc_cfg_append_tlv(buf, TIPC_TLV_LINK_INFO, &link_info, sizeof(link_info)); in tipc_node_get_links() 723 tipc_cfg_append_tlv(buf, TIPC_TLV_LINK_INFO, in tipc_node_get_links()
|
D | bearer.c | 222 tipc_cfg_append_tlv(buf, TIPC_TLV_MEDIA_NAME, m_ptr->name, in tipc_media_get_names() 339 tipc_cfg_append_tlv(buf, TIPC_TLV_BEARER_NAME, in tipc_bearer_get_names()
|