Searched refs:TIPC_CFG_TLV_ERROR (Results 1 – 6 of 6) sorted by relevance
118 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_show_stats()147 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in cfg_enable_bearer()161 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in cfg_disable_bearer()174 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in cfg_set_own_addr()207 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in cfg_set_remote_mng()219 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in cfg_set_max_publications()234 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in cfg_set_max_subscriptions()249 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in cfg_set_max_ports()268 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in cfg_set_netid()
385 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_node_get_nodes()436 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_node_get_links()
304 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_log_resize_cmd()
2702 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_link_cmd_config()2779 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_link_cmd_reset_stats()2913 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_link_cmd_show_stats()
987 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_nametbl_get()
230 #define TIPC_CFG_TLV_ERROR "\x80" /* request contains incorrect TLV(s) */ macro