Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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/* To regenerate run: tools/net/ynl/ynl-regen.sh */
6
7#ifndef _LINUX_NETDEV_GEN_H
8#define _LINUX_NETDEV_GEN_H
9
10#include <net/netlink.h>
11#include <net/genetlink.h>
12
13#include <uapi/linux/netdev.h>
14#include <net/netdev_netlink.h>
15
16/* Common nested types */
17extern const struct nla_policy netdev_lease_nl_policy[NETDEV_A_LEASE_NETNS_ID + 1];
18extern const struct nla_policy netdev_page_pool_info_nl_policy[NETDEV_A_PAGE_POOL_IFINDEX + 1];
19extern const struct nla_policy netdev_queue_id_nl_policy[NETDEV_A_QUEUE_TYPE + 1];
20
21int netdev_nl_dev_get_doit(struct sk_buff *skb, struct genl_info *info);
22int netdev_nl_dev_get_dumpit(struct sk_buff *skb, struct netlink_callback *cb);
23int netdev_nl_page_pool_get_doit(struct sk_buff *skb, struct genl_info *info);
24int netdev_nl_page_pool_get_dumpit(struct sk_buff *skb,
25 struct netlink_callback *cb);
26int netdev_nl_page_pool_stats_get_doit(struct sk_buff *skb,
27 struct genl_info *info);
28int netdev_nl_page_pool_stats_get_dumpit(struct sk_buff *skb,
29 struct netlink_callback *cb);
30int netdev_nl_queue_get_doit(struct sk_buff *skb, struct genl_info *info);
31int netdev_nl_queue_get_dumpit(struct sk_buff *skb,
32 struct netlink_callback *cb);
33int netdev_nl_napi_get_doit(struct sk_buff *skb, struct genl_info *info);
34int netdev_nl_napi_get_dumpit(struct sk_buff *skb, struct netlink_callback *cb);
35int netdev_nl_qstats_get_dumpit(struct sk_buff *skb,
36 struct netlink_callback *cb);
37int netdev_nl_bind_rx_doit(struct sk_buff *skb, struct genl_info *info);
38int netdev_nl_napi_set_doit(struct sk_buff *skb, struct genl_info *info);
39int netdev_nl_bind_tx_doit(struct sk_buff *skb, struct genl_info *info);
40int netdev_nl_queue_create_doit(struct sk_buff *skb, struct genl_info *info);
41
42enum {
43 NETDEV_NLGRP_MGMT,
44 NETDEV_NLGRP_PAGE_POOL,
45};
46
47extern struct genl_family netdev_nl_family;
48
49void netdev_nl_sock_priv_init(struct netdev_nl_sock *priv);
50void netdev_nl_sock_priv_destroy(struct netdev_nl_sock *priv);
51
52#endif /* _LINUX_NETDEV_GEN_H */