Home
last modified time | relevance | path

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

/linux-3.3/net/tipc/
Dconfig.c118 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_show_stats()
122 return tipc_cfg_reply_error_string("unsupported argument"); in tipc_show_stats()
147 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in cfg_enable_bearer()
153 return tipc_cfg_reply_error_string("unable to enable bearer"); in cfg_enable_bearer()
161 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in cfg_disable_bearer()
164 return tipc_cfg_reply_error_string("unable to disable bearer"); in cfg_disable_bearer()
174 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in cfg_set_own_addr()
180 return tipc_cfg_reply_error_string(TIPC_CFG_INVALID_VALUE in cfg_set_own_addr()
183 return tipc_cfg_reply_error_string(TIPC_CFG_NOT_SUPPORTED in cfg_set_own_addr()
206 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in cfg_set_remote_mng()
[all …]
Dnode.c389 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_node_get_nodes()
393 return tipc_cfg_reply_error_string(TIPC_CFG_INVALID_VALUE in tipc_node_get_nodes()
407 return tipc_cfg_reply_error_string(TIPC_CFG_NOT_SUPPORTED in tipc_node_get_nodes()
440 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_node_get_links()
444 return tipc_cfg_reply_error_string(TIPC_CFG_INVALID_VALUE in tipc_node_get_links()
458 return tipc_cfg_reply_error_string(TIPC_CFG_NOT_SUPPORTED in tipc_node_get_links()
Dlog.c304 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_log_resize_cmd()
308 return tipc_cfg_reply_error_string(TIPC_CFG_INVALID_VALUE in tipc_log_resize_cmd()
311 return tipc_cfg_reply_error_string( in tipc_log_resize_cmd()
Dconfig.h54 static inline struct sk_buff *tipc_cfg_reply_error_string(char *string) in tipc_cfg_reply_error_string() function
Dlink.c2870 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_link_cmd_config()
2876 return tipc_cfg_reply_error_string( in tipc_link_cmd_config()
2883 return tipc_cfg_reply_error_string(TIPC_CFG_NOT_SUPPORTED in tipc_link_cmd_config()
2891 return tipc_cfg_reply_error_string("cannot change link setting"); in tipc_link_cmd_config()
2915 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_link_cmd_reset_stats()
2920 return tipc_cfg_reply_error_string("link not found"); in tipc_link_cmd_reset_stats()
2928 return tipc_cfg_reply_error_string("link not found"); in tipc_link_cmd_reset_stats()
3049 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_link_cmd_show_stats()
3061 return tipc_cfg_reply_error_string("link not found"); in tipc_link_cmd_show_stats()
Dname_table.c939 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_nametbl_get()