Searched refs:NLMSG_ERROR (Results 1 – 2 of 2) sorted by relevance
39 NLMSG_ERROR = 2 variable164 if hdr.type == NLMSG_ERROR:193 if nlmsghdr.type == NLMSG_ERROR or nlmsghdr.type == NLMSG_DONE:208 if NLMsgHdr(data).type == NLMSG_ERROR:254 elif response_type == NLMSG_ERROR:
492 if NLMsgHdr(data).type == netlink.NLMSG_ERROR: