Home
last modified time | relevance | path

Searched refs:NLMSG_ERROR (Results 1 – 2 of 2) sorted by relevance

/kernel/tests/net/test/
Dnetlink.py39 NLMSG_ERROR = 2 variable
164 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:
Diproute.py492 if NLMsgHdr(data).type == netlink.NLMSG_ERROR: