Lines Matching full:netlink

6 #include <net/netlink.h>
12 * struct genl_multicast_group - generic netlink multicast group
27 * struct genl_family - generic netlink family
32 * @policy: netlink policy
97 * @snd_portid: netlink portid of sender
98 * @family: generic netlink family
99 * @nlhdr: netlink message header
100 * @genlhdr: generic netlink message header
101 * @attrs: netlink attributes
152 * struct genl_small_ops - generic netlink operations (small version)
173 * struct genl_ops - generic netlink operations
178 * @policy: netlink policy (takes precedence over family policy)
201 * struct genl_split_ops - generic netlink operations (do/dump split version)
206 * @policy: netlink policy (takes precedence over family policy)
254 * @op: generic netlink ops - for internal genl code usage
255 * @attrs: netlink attributes
336 * genlmsg_nlhdr - Obtain netlink header from user specified header
339 * Returns pointer to netlink header.
350 * @nlh: netlink message header
369 * @nlh: netlink message header
388 * @cb: netlink callback structure that stores the sequence number
392 * simpler to use with generic netlink.
401 * genlmsg_put_reply - Add generic netlink header to a reply message
404 * @family: generic netlink family
405 * @flags: netlink message flags
406 * @cmd: generic netlink command
420 * genlmsg_end - Finalize a generic netlink message
430 * genlmsg_cancel - Cancel construction of a generic netlink message
432 * @hdr: generic netlink message header
441 * genlmsg_multicast_netns - multicast a netlink message to a specific netns
442 * @family: the generic netlink family
444 * @skb: netlink message as socket buffer
445 * @portid: own netlink portid to avoid sending to yourself
460 * genlmsg_multicast - multicast a netlink message to the default netns
461 * @family: the generic netlink family
462 * @skb: netlink message as socket buffer
463 * @portid: own netlink portid to avoid sending to yourself
476 * genlmsg_multicast_allns - multicast a netlink message to all net namespaces
477 * @family: the generic netlink family
478 * @skb: netlink message as socket buffer
479 * @portid: own netlink portid to avoid sending to yourself
489 * genlmsg_unicast - unicast a netlink message
491 * @skb: netlink message as socket buffer
492 * @portid: netlink portid of the destination socket
501 * @skb: netlink message to be sent back
548 * genlmsg_new - Allocate a new generic netlink message
559 * @family: the generic netlink family