Home
last modified time | relevance | path

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

/kernel/tests/net/test/
Dnetlink.py44 NLMSG_ERROR = 2 variable
214 if hdr.type == NLMSG_ERROR:
243 if nlmsghdr.type == NLMSG_ERROR or nlmsghdr.type == NLMSG_DONE:
258 if NLMsgHdr(data).type == NLMSG_ERROR:
304 elif response_type == NLMSG_ERROR:
Diproute.py659 if netlink.NLMsgHdr(data).type == netlink.NLMSG_ERROR:
726 elif hdr.type == netlink.NLMSG_ERROR:
Dxfrm.py620 if nl_hdr.type == netlink.NLMSG_ERROR: