Home
last modified time | relevance | path

Searched refs:KernelError (Results 1 – 4 of 4) sorted by relevance

/third_party/libnl/python/netlink/route/
Dlink.py398 raise netlink.KernelError(ret)
409 raise netlink.KernelError(ret)
418 raise netlink.KernelError(ret)
Daddress.py319 raise netlink.KernelError(ret)
325 raise netlink.KernelError(ret)
/third_party/libnl/python/doc/
Dcore.rst172 .. py:exception:: KernelError
/third_party/libnl/python/netlink/
Dcore.py103 class KernelError(NetlinkError): class