• Home
  • Raw
  • Download

Lines Matching full:netlink

6 #include <net/netlink.h>
12 * struct genl_multicast_group - generic netlink multicast group
26 * struct genl_family - generic netlink family
32 * @policy: netlink policy
78 * @snd_portid: netlink portid of sender
79 * @nlhdr: netlink message header
80 * @genlhdr: generic netlink message header
82 * @attrs: netlink attributes
118 * struct genl_small_ops - generic netlink operations (small version)
139 * struct genl_ops - generic netlink operations
144 * @policy: netlink policy (takes precedence over family policy)
168 * @family: generic netlink family - for internal genl code usage
169 * @ops: generic netlink ops - for internal genl code usage
170 * @attrs: netlink attributes
193 * genlmsg_nlhdr - Obtain netlink header from user specified header
196 * Returns pointer to netlink header.
207 * @nlh: netlink message header
226 * @nlh: netlink message header
245 * @cb: netlink callback structure that stores the sequence number
249 * simpler to use with generic netlink.
258 * genlmsg_put_reply - Add generic netlink header to a reply message
261 * @family: generic netlink family
262 * @flags: netlink message flags
263 * @cmd: generic netlink command
277 * genlmsg_end - Finalize a generic netlink message
287 * genlmsg_cancel - Cancel construction of a generic netlink message
289 * @hdr: generic netlink message header
298 * genlmsg_multicast_netns - multicast a netlink message to a specific netns
299 * @family: the generic netlink family
301 * @skb: netlink message as socket buffer
302 * @portid: own netlink portid to avoid sending to yourself
317 * genlmsg_multicast - multicast a netlink message to the default netns
318 * @family: the generic netlink family
319 * @skb: netlink message as socket buffer
320 * @portid: own netlink portid to avoid sending to yourself
333 * genlmsg_multicast_allns - multicast a netlink message to all net namespaces
334 * @family: the generic netlink family
335 * @skb: netlink message as socket buffer
336 * @portid: own netlink portid to avoid sending to yourself
347 * genlmsg_unicast - unicast a netlink message
348 * @skb: netlink message as socket buffer
349 * @portid: netlink portid of the destination socket
358 * @skb: netlink message to be sent back
405 * genlmsg_new - Allocate a new generic netlink message
416 * @family: the generic netlink family