Searched refs:nlerr (Results 1 – 2 of 2) sorted by relevance
512 struct nlmsgerr *nlerr; in nlmsg_error_to_linux() local513 nlerr = nlmsg_copy_next_header(hdr, nw, struct nlmsgerr); in nlmsg_error_to_linux()514 nlerr->error = bsd_to_linux_errno(nlerr->error); in nlmsg_error_to_linux()527 nlerr->msg.nlmsg_type); in nlmsg_error_to_linux()
364 struct nlmsgerr *nlerr = (struct nlmsgerr *)NLMSG_DATA(nh); in nl_getmsg() local369 __set_errno(-nlerr->error); in nl_getmsg()