Searched refs:GENL_SET_ERR_MSG (Results 1 – 13 of 13) sorted by relevance
/linux/net/ethtool/ |
A D | linkinfo.c | 39 GENL_SET_ERR_MSG(info, "failed to retrieve link settings"); in linkinfo_prepare_data() 127 GENL_SET_ERR_MSG(info, "failed to retrieve link settings"); in ethnl_set_linkinfo() 143 GENL_SET_ERR_MSG(info, "link settings update failed"); in ethnl_set_linkinfo()
|
A D | linkmodes.c | 44 GENL_SET_ERR_MSG(info, "failed to retrieve link settings"); in linkmodes_prepare_data() 340 GENL_SET_ERR_MSG(info, "failed to retrieve link settings"); in ethnl_set_linkmodes() 351 GENL_SET_ERR_MSG(info, "link settings update failed"); in ethnl_set_linkmodes()
|
A D | channels.c | 198 …GENL_SET_ERR_MSG(info, "requested channel counts are too low for existing indirection table settin… in ethnl_set_channels() 208 …GENL_SET_ERR_MSG(info, "requested channel counts are too low for existing zerocopy AF_XDP sockets"… in ethnl_set_channels()
|
A D | features.c | 207 GENL_SET_ERR_MSG(info, "failed to send reply message"); in features_send_reply() 246 GENL_SET_ERR_MSG(info, "attempt to change non-ethtool features"); in ethnl_set_features()
|
A D | strset.c | 293 GENL_SET_ERR_MSG(info, "requested per device strings without dev"); in strset_prepare_data()
|
A D | netlink.c | 222 GENL_SET_ERR_MSG(info, "failed to setup reply message"); in ethnl_reply_init()
|
/linux/scripts/coccinelle/misc/ |
A D | newline_in_nl_msg.cocci | 3 /// Catch strings ending in newline with GENL_SET_ERR_MSG, NL_SET_ERR_MSG, 20 \(GENL_SET_ERR_MSG\|NL_SET_ERR_MSG\|NL_SET_ERR_MSG_MOD\)(e,m@p)
|
/linux/net/mptcp/ |
A D | pm_netlink.c | 1055 GENL_SET_ERR_MSG(info, "missing address info"); in mptcp_pm_parse_addr() 1167 GENL_SET_ERR_MSG(info, "can't allocate addr"); in mptcp_nl_cmd_add_addr() 1175 GENL_SET_ERR_MSG(info, "create listen socket error"); in mptcp_nl_cmd_add_addr() 1182 GENL_SET_ERR_MSG(info, "too many addresses or duplicate one"); in mptcp_nl_cmd_add_addr() 1361 GENL_SET_ERR_MSG(info, "address not found"); in mptcp_nl_cmd_del_addr() 1531 GENL_SET_ERR_MSG(info, "not enough space in Netlink message"); in mptcp_nl_cmd_get_addr() 1539 GENL_SET_ERR_MSG(info, "address not found"); in mptcp_nl_cmd_get_addr() 1613 GENL_SET_ERR_MSG(info, "limit greater than maximum"); in parse_limit() 1673 GENL_SET_ERR_MSG(info, "not enough space in Netlink message"); in mptcp_nl_cmd_get_limits()
|
/linux/include/net/ |
A D | genetlink.h | 107 #define GENL_SET_ERR_MSG(info, msg) NL_SET_ERR_MSG((info)->extack, msg) macro
|
/linux/net/wireless/ |
A D | nl80211.c | 1341 GENL_SET_ERR_MSG(info, in nl80211_parse_key() 1348 GENL_SET_ERR_MSG(info, in nl80211_parse_key() 1357 GENL_SET_ERR_MSG(info, in nl80211_parse_key() 1363 GENL_SET_ERR_MSG(info, in nl80211_parse_key() 1424 GENL_SET_ERR_MSG(info, in nl80211_parse_connkeys() 4418 GENL_SET_ERR_MSG(info, "no key"); in nl80211_new_key() 4456 GENL_SET_ERR_MSG(info, "key not allowed"); in nl80211_new_key() 9337 GENL_SET_ERR_MSG(info, in nl80211_notify_radar_detection() 9355 GENL_SET_ERR_MSG(info, in nl80211_notify_radar_detection() 11122 GENL_SET_ERR_MSG(info, in nl80211_connect() [all …]
|
/linux/net/tipc/ |
A D | crypto.c | 340 GENL_SET_ERR_MSG(info, "unable to load the algorithm (module existed?)"); in tipc_aead_key_validate() 346 GENL_SET_ERR_MSG(info, "not supported yet the algorithm"); in tipc_aead_key_validate() 355 GENL_SET_ERR_MSG(info, "incorrect key length (20, 28 or 36 octets?)"); in tipc_aead_key_validate()
|
A D | node.c | 2970 GENL_SET_ERR_MSG(info, "not found own node identity (set id?)"); in __tipc_nl_node_set_key() 3014 GENL_SET_ERR_MSG(info, "unable to initiate or attach new key"); in __tipc_nl_node_set_key() 3019 GENL_SET_ERR_MSG(info, "failed to replicate new key"); in __tipc_nl_node_set_key()
|
/linux/drivers/net/wireless/ |
A D | mac80211_hwsim.c | 3513 GENL_SET_ERR_MSG(info, "perm addr already present"); in mac80211_hwsim_new_radio() 3954 GENL_SET_ERR_MSG(info, "must have at least one channel"); in hwsim_new_radio_nl() 3984 GENL_SET_ERR_MSG(info,"MAC is no valid source addr"); in hwsim_new_radio_nl()
|
Completed in 60 milliseconds