Searched refs:NLMSG_ERROR (Results 1 – 3 of 3) sorted by relevance
44 NLMSG_ERROR = 2 variable185 if hdr.type == NLMSG_ERROR:214 if nlmsghdr.type == NLMSG_ERROR or nlmsghdr.type == NLMSG_DONE:229 if NLMsgHdr(data).type == NLMSG_ERROR:275 elif response_type == NLMSG_ERROR:
608 if netlink.NLMsgHdr(data).type == netlink.NLMSG_ERROR:675 elif hdr.type == netlink.NLMSG_ERROR:
620 if nl_hdr.type == netlink.NLMSG_ERROR: