Lines Matching full:netlink

6 #include <net/netlink.h>
17 * struct genl_multicast_group - generic netlink multicast group
30 * struct genl_family - generic netlink family
35 * @policy: netlink policy
109 * @snd_portid: netlink portid of sender
110 * @family: generic netlink family
111 * @nlhdr: netlink message header
112 * @genlhdr: generic netlink message header
113 * @attrs: netlink attributes
164 * struct genl_small_ops - generic netlink operations (small version)
185 * struct genl_ops - generic netlink operations
190 * @policy: netlink policy (takes precedence over family policy)
213 * struct genl_split_ops - generic netlink operations (do/dump split version)
218 * @policy: netlink policy (takes precedence over family policy)
266 * @op: generic netlink ops - for internal genl code usage
267 * @attrs: netlink attributes
350 * genlmsg_nlhdr - Obtain netlink header from user specified header
353 * Returns pointer to netlink header.
364 * @nlh: netlink message header
383 * @nlh: netlink message header
402 * @cb: netlink callback structure that stores the sequence number
406 * simpler to use with generic netlink.
415 * genlmsg_put_reply - Add generic netlink header to a reply message
418 * @family: generic netlink family
419 * @flags: netlink message flags
420 * @cmd: generic netlink command
434 * genlmsg_end - Finalize a generic netlink message
444 * genlmsg_cancel - Cancel construction of a generic netlink message
446 * @hdr: generic netlink message header
455 * genlmsg_multicast_netns_filtered - multicast a netlink message
458 * @family: the generic netlink family
460 * @skb: netlink message as socket buffer
461 * @portid: own netlink portid to avoid sending to yourself
484 * genlmsg_multicast_netns - multicast a netlink message to a specific netns
485 * @family: the generic netlink family
487 * @skb: netlink message as socket buffer
488 * @portid: own netlink portid to avoid sending to yourself
501 * genlmsg_multicast - multicast a netlink message to the default netns
502 * @family: the generic netlink family
503 * @skb: netlink message as socket buffer
504 * @portid: own netlink portid to avoid sending to yourself
517 * genlmsg_multicast_allns - multicast a netlink message to all net namespaces
518 * @family: the generic netlink family
519 * @skb: netlink message as socket buffer
520 * @portid: own netlink portid to avoid sending to yourself
531 * genlmsg_unicast - unicast a netlink message
533 * @skb: netlink message as socket buffer
534 * @portid: netlink portid of the destination socket
543 * @skb: netlink message to be sent back
590 * genlmsg_new - Allocate a new generic netlink message
601 * @family: the generic netlink family