Home
last modified time | relevance | path

Searched refs:TIPC_CFG_TLV_ERROR (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/net/tipc/
Dconfig.c118 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()
Dnode.c385 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()
Dlog.c304 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_log_resize_cmd()
Dlink.c2702 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()
Dname_table.c987 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_nametbl_get()
/linux-2.6.39/include/linux/
Dtipc_config.h230 #define TIPC_CFG_TLV_ERROR "\x80" /* request contains incorrect TLV(s) */ macro