Lines Matching refs:err_str
463 const char *err_str = ""; in iwpm_parse_nlmsg() local
468 err_str = "Invalid attribute"; in iwpm_parse_nlmsg()
474 err_str = "Unable to parse the nlmsg"; in iwpm_parse_nlmsg()
479 err_str = "Invalid NULL attribute"; in iwpm_parse_nlmsg()
485 __func__, err_str, msg_type, ret); in iwpm_parse_nlmsg()
583 const char *err_str = ""; in send_mapinfo_num() local
588 err_str = "Unable to create a nlmsg"; in send_mapinfo_num()
593 err_str = "Unable to put attribute of mapinfo number nlmsg"; in send_mapinfo_num()
607 err_str = "Unable to send a nlmsg"; in send_mapinfo_num()
613 pr_info("%s: %s\n", __func__, err_str); in send_mapinfo_num()
646 const char *err_str = ""; in iwpm_send_mapinfo() local
652 err_str = "Unable to allocate skb"; in iwpm_send_mapinfo()
667 err_str = "Unable to put the nlmsg header"; in iwpm_send_mapinfo()
670 err_str = "Unable to put attribute of the nlmsg"; in iwpm_send_mapinfo()
713 err_str = "Unable to send map info"; in iwpm_send_mapinfo()
718 err_str = "Insufficient skbs for map info"; in iwpm_send_mapinfo()
724 err_str = "Unable to allocate skb"; in iwpm_send_mapinfo()
735 pr_warn("%s: %s (ret = %d)\n", __func__, err_str, ret); in iwpm_send_mapinfo()
765 const char *err_str; in iwpm_send_hello() local
770 err_str = "Unable to create a nlmsg"; in iwpm_send_hello()
774 err_str = "Unable to put attribute of abi_version into nlmsg"; in iwpm_send_hello()
784 err_str = "Unable to send a nlmsg"; in iwpm_send_hello()
790 pr_info("%s: %s\n", __func__, err_str); in iwpm_send_hello()