Netlink
Netlink is a socket family used for IPC between the kernel and user space processes, as well as between user processes (e.g. Unix domain sockets) or a mixture of both types. However, unlike INET sockets, it cannot traverse host boundaries, as it addresses processes by their (inherently local) PIDs.
Read more about Netlink.