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
185 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:
Diproute.py608 if netlink.NLMsgHdr(data).type == netlink.NLMSG_ERROR:
675 elif hdr.type == netlink.NLMSG_ERROR:
Dxfrm.py620 if nl_hdr.type == netlink.NLMSG_ERROR: