Lines Matching refs:err_str
349 const char *err_str = ""; in iwpm_parse_nlmsg() local
353 err_str = "Invalid attribute"; in iwpm_parse_nlmsg()
358 err_str = "Unable to parse the nlmsg"; in iwpm_parse_nlmsg()
363 err_str = "Invalid NULL attribute"; in iwpm_parse_nlmsg()
369 __func__, err_str, msg_type, ret); in iwpm_parse_nlmsg()
444 const char *err_str = ""; in send_mapinfo_num() local
449 err_str = "Unable to create a nlmsg"; in send_mapinfo_num()
454 err_str = "Unable to put attribute of mapinfo number nlmsg"; in send_mapinfo_num()
465 err_str = "Unable to send a nlmsg"; in send_mapinfo_num()
471 pr_info("%s: %s\n", __func__, err_str); in send_mapinfo_num()
504 const char *err_str = ""; in iwpm_send_mapinfo() local
510 err_str = "Unable to allocate skb"; in iwpm_send_mapinfo()
524 err_str = "Unable to put the nlmsg header"; in iwpm_send_mapinfo()
527 err_str = "Unable to put attribute of the nlmsg"; in iwpm_send_mapinfo()
560 err_str = "Unable to send map info"; in iwpm_send_mapinfo()
565 err_str = "Insufficient skbs for map info"; in iwpm_send_mapinfo()
571 err_str = "Unable to allocate skb"; in iwpm_send_mapinfo()
582 pr_warn("%s: %s (ret = %d)\n", __func__, err_str, ret); in iwpm_send_mapinfo()