Lines Matching full:netlink
7 Kernel connector - new netlink based userspace <-> kernel space easy
11 netlink based network. One must register a callback and an identifier.
12 When the driver receives a special netlink message with the appropriate
25 netlink based networking for inter-process communication in a significantly
63 netlink group to the user which is equal to its id.idx.
102 Netlink itself is not a reliable protocol. That means that messages can
111 2.6.14 has a new netlink socket implementation, which by default does not
112 allow people to send data to netlink groups other than 1.
113 So, if you wish to use a netlink socket (for example using connector)
138 2.6.14 netlink code only allows to select a group which is less or equal to
148 Some work in netlink area is still being done, so things can be changed in