Lines Matching full:netlink

6 #include <net/netlink.h>
12 * struct genl_multicast_group - generic netlink multicast group
25 * struct genl_family - generic netlink family
30 * @policy: netlink policy
95 * @snd_portid: netlink portid of sender
96 * @family: generic netlink family
97 * @nlhdr: netlink message header
98 * @genlhdr: generic netlink message header
99 * @attrs: netlink attributes
150 * struct genl_small_ops - generic netlink operations (small version)
171 * struct genl_ops - generic netlink operations
176 * @policy: netlink policy (takes precedence over family policy)
199 * struct genl_split_ops - generic netlink operations (do/dump split version)
204 * @policy: netlink policy (takes precedence over family policy)
252 * @op: generic netlink ops - for internal genl code usage
253 * @attrs: netlink attributes
334 * genlmsg_nlhdr - Obtain netlink header from user specified header
337 * Returns pointer to netlink header.
348 * @nlh: netlink message header
367 * @nlh: netlink message header
386 * @cb: netlink callback structure that stores the sequence number
390 * simpler to use with generic netlink.
399 * genlmsg_put_reply - Add generic netlink header to a reply message
402 * @family: generic netlink family
403 * @flags: netlink message flags
404 * @cmd: generic netlink command
418 * genlmsg_end - Finalize a generic netlink message
428 * genlmsg_cancel - Cancel construction of a generic netlink message
430 * @hdr: generic netlink message header
439 * genlmsg_multicast_netns - multicast a netlink message to a specific netns
440 * @family: the generic netlink family
442 * @skb: netlink message as socket buffer
443 * @portid: own netlink portid to avoid sending to yourself
458 * genlmsg_multicast - multicast a netlink message to the default netns
459 * @family: the generic netlink family
460 * @skb: netlink message as socket buffer
461 * @portid: own netlink portid to avoid sending to yourself
474 * genlmsg_multicast_allns - multicast a netlink message to all net namespaces
475 * @family: the generic netlink family
476 * @skb: netlink message as socket buffer
477 * @portid: own netlink portid to avoid sending to yourself
488 * genlmsg_unicast - unicast a netlink message
490 * @skb: netlink message as socket buffer
491 * @portid: netlink portid of the destination socket
500 * @skb: netlink message to be sent back
547 * genlmsg_new - Allocate a new generic netlink message
558 * @family: the generic netlink family