Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
问题很简单:环回堆栈驻留在 linux 中的什么位置,以及不太必要的 windows?在 linux 中,它似乎是一个内核驱动程序,但我不知道在内核内存或源代码中的哪里可以找到它。由于与所有服务的联系,它似乎与所有事物相互关联。
loopback 接口是一个驱动程序,因此可以在 Linux 源代码的驱动程序子树中找到它。请参阅驱动程序/net/loopback.c。