netdev-genl-gen.h 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
  2. /* Do not edit directly, auto-generated from: */
  3. /* Documentation/netlink/specs/netdev.yaml */
  4. /* YNL-GEN kernel header */
  5. #ifndef _LINUX_NETDEV_GEN_H
  6. #define _LINUX_NETDEV_GEN_H
  7. #include <net/netlink.h>
  8. #include <net/genetlink.h>
  9. #include <uapi/linux/netdev.h>
  10. #include <linux/list.h>
  11. /* Common nested types */
  12. extern const struct nla_policy netdev_page_pool_info_nl_policy[NETDEV_A_PAGE_POOL_IFINDEX + 1];
  13. extern const struct nla_policy netdev_queue_id_nl_policy[NETDEV_A_QUEUE_TYPE + 1];
  14. int netdev_nl_dev_get_doit(struct sk_buff *skb, struct genl_info *info);
  15. int netdev_nl_dev_get_dumpit(struct sk_buff *skb, struct netlink_callback *cb);
  16. int netdev_nl_page_pool_get_doit(struct sk_buff *skb, struct genl_info *info);
  17. int netdev_nl_page_pool_get_dumpit(struct sk_buff *skb,
  18. struct netlink_callback *cb);
  19. int netdev_nl_page_pool_stats_get_doit(struct sk_buff *skb,
  20. struct genl_info *info);
  21. int netdev_nl_page_pool_stats_get_dumpit(struct sk_buff *skb,
  22. struct netlink_callback *cb);
  23. int netdev_nl_queue_get_doit(struct sk_buff *skb, struct genl_info *info);
  24. int netdev_nl_queue_get_dumpit(struct sk_buff *skb,
  25. struct netlink_callback *cb);
  26. int netdev_nl_napi_get_doit(struct sk_buff *skb, struct genl_info *info);
  27. int netdev_nl_napi_get_dumpit(struct sk_buff *skb, struct netlink_callback *cb);
  28. int netdev_nl_qstats_get_dumpit(struct sk_buff *skb,
  29. struct netlink_callback *cb);
  30. int netdev_nl_bind_rx_doit(struct sk_buff *skb, struct genl_info *info);
  31. enum {
  32. NETDEV_NLGRP_MGMT,
  33. NETDEV_NLGRP_PAGE_POOL,
  34. };
  35. extern struct genl_family netdev_nl_family;
  36. void netdev_nl_sock_priv_init(struct list_head *priv);
  37. void netdev_nl_sock_priv_destroy(struct list_head *priv);
  38. #endif /* _LINUX_NETDEV_GEN_H */