Searched refs:rep_tlv_buf (Results 1 – 1 of 1) sorted by relevance
224 struct sk_buff *rep_tlv_buf; in tipc_cfg_do_cmd() local237 rep_tlv_buf = tipc_cfg_reply_error_string(TIPC_CFG_NOT_SUPPORTED in tipc_cfg_do_cmd()245 rep_tlv_buf = tipc_cfg_reply_none(); in tipc_cfg_do_cmd()248 rep_tlv_buf = tipc_node_get_nodes(req_tlv_area, req_tlv_space); in tipc_cfg_do_cmd()251 rep_tlv_buf = tipc_node_get_links(req_tlv_area, req_tlv_space); in tipc_cfg_do_cmd()254 rep_tlv_buf = tipc_link_cmd_show_stats(req_tlv_area, req_tlv_space); in tipc_cfg_do_cmd()257 rep_tlv_buf = tipc_link_cmd_reset_stats(req_tlv_area, req_tlv_space); in tipc_cfg_do_cmd()260 rep_tlv_buf = tipc_nametbl_get(req_tlv_area, req_tlv_space); in tipc_cfg_do_cmd()263 rep_tlv_buf = tipc_bearer_get_names(); in tipc_cfg_do_cmd()266 rep_tlv_buf = tipc_media_get_names(); in tipc_cfg_do_cmd()[all …]