Home | History | Annotate | Download | only in net

Lines Matching full:netlink

17 // This software provides an abstracted interface to the netlink socket
23 // (netlink socket)
97 // NetlinkManager is a singleton that coordinates sending netlink messages to,
98 // and receiving netlink messages from, the kernel. The first use of this is
120 // NetlinkAuxilliaryMessageHandler handles netlink error messages, things
124 // non-netlink errors).
128 // NetlinkAckHandler handles netlink Ack messages, which are a special type
129 // of netlink error message carrying an error code of 0. Since Ack messages
200 // netlink socket to the current message loop.
204 // associates netlink family names with family_ids (also called message
232 // Uninstall all broadcast netlink message handlers.
235 // Sends a netlink message to the kernel using the NetlinkManager socket after
260 // Uninstall the handler for a specific netlink message.
269 // NetlinkManager's netlink socket.
308 // Container for information we need to send a netlink message out on a
309 // netlink socket.
380 // Sends a netlink message if |pending_dump_| is false. Otherwise, post
392 // Sends the netlink message whose bytes are contained in |pending_message| to
399 // Given a netlink packet |packet|, infers the context of this netlink
405 // Called when we time out waiting for a response to a netlink dump message.
416 // Returns true iff there we are waiting for replies to a netlink dump
420 // Returns the sequence number of the pending netlink dump request message iff
425 // User-supplied callback object when _it_ gets called to read netlink data.
431 // Netlink messages due to be sent to the kernel. If a dump is pending,
432 // the first element in this queue will contain the netlink dump request