netlink详解

目录
  1. netlink机制
  2. 自定义的netlink例子
  3. 使用NETLINK_GENERIC

netlink机制

参考链接:
Communicating between the kernel and user-space in Linux using Netlink Sockets: Source code reference

内核通信之Netlink源码分析-用户内核通信原理

自定义的netlink例子

代码参考:
How to use netlink socket to communicate with a kernel module?

参考链接:
Generic Netlink详解

更多学习资料参考百度文库: Netlink详解

本站总访问量