Home | History | Annotate | Download | only in net

Lines Matching refs:netlink

20 #include <linux/netlink.h>
36 // Netlink messages are sent over netlink sockets to talk between user-space
38 // kernel module that talks netlink potentially adds its own family header to
39 // the nlmsghdr (the top-level netlink message header) and, potentially, uses a
41 // is common between the different types of netlink message.
43 // The common portions of Netlink Messages start with a |nlmsghdr|. Those
50 // ... | | | netlink payload | |
81 // Describes the context of the netlink message for parsing purposes.
99 // written to a netlink socket.
103 // (potentially received from the kernel via a netlink socket).
119 // Logs a netlink message (with minimal interpretation).