Home
last modified time | relevance | path

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

/net/tipc/
Dconfig.c115 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_show_stats()
119 return tipc_cfg_reply_error_string("unsupported argument"); in tipc_show_stats()
142 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in cfg_enable_bearer()
148 return tipc_cfg_reply_error_string("unable to enable bearer"); in cfg_enable_bearer()
156 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in cfg_disable_bearer()
159 return tipc_cfg_reply_error_string("unable to disable bearer"); in cfg_disable_bearer()
169 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in cfg_set_own_addr()
175 return tipc_cfg_reply_error_string(TIPC_CFG_INVALID_VALUE in cfg_set_own_addr()
178 return tipc_cfg_reply_error_string(TIPC_CFG_NOT_SUPPORTED in cfg_set_own_addr()
183 return tipc_cfg_reply_error_string("cannot change to network mode"); in cfg_set_own_addr()
[all …]
Dnode.c420 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_node_get_nodes()
424 return tipc_cfg_reply_error_string(TIPC_CFG_INVALID_VALUE in tipc_node_get_nodes()
437 return tipc_cfg_reply_error_string(TIPC_CFG_NOT_SUPPORTED in tipc_node_get_nodes()
469 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_node_get_links()
473 return tipc_cfg_reply_error_string(TIPC_CFG_INVALID_VALUE in tipc_node_get_links()
484 return tipc_cfg_reply_error_string(TIPC_CFG_NOT_SUPPORTED in tipc_node_get_links()
Dconfig.h54 static inline struct sk_buff *tipc_cfg_reply_error_string(char *string) in tipc_cfg_reply_error_string() function
Dlink.c2127 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_link_cmd_config()
2133 return tipc_cfg_reply_error_string( in tipc_link_cmd_config()
2140 return tipc_cfg_reply_error_string(TIPC_CFG_NOT_SUPPORTED in tipc_link_cmd_config()
2146 return tipc_cfg_reply_error_string("cannot change link setting"); in tipc_link_cmd_config()
2170 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_link_cmd_reset_stats()
2175 return tipc_cfg_reply_error_string("link not found"); in tipc_link_cmd_reset_stats()
2180 return tipc_cfg_reply_error_string("link not found"); in tipc_link_cmd_reset_stats()
2186 return tipc_cfg_reply_error_string("link not found"); in tipc_link_cmd_reset_stats()
2308 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_link_cmd_show_stats()
2321 return tipc_cfg_reply_error_string("link not found"); in tipc_link_cmd_show_stats()
Dname_table.c918 return tipc_cfg_reply_error_string(TIPC_CFG_TLV_ERROR); in tipc_nametbl_get()