Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.11-rc4 41 lines 1.5 kB view raw
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 6#ifndef _LINUX_NETDEV_GEN_H 7#define _LINUX_NETDEV_GEN_H 8 9#include <net/netlink.h> 10#include <net/genetlink.h> 11 12#include <uapi/linux/netdev.h> 13 14/* Common nested types */ 15extern const struct nla_policy netdev_page_pool_info_nl_policy[NETDEV_A_PAGE_POOL_IFINDEX + 1]; 16 17int netdev_nl_dev_get_doit(struct sk_buff *skb, struct genl_info *info); 18int netdev_nl_dev_get_dumpit(struct sk_buff *skb, struct netlink_callback *cb); 19int netdev_nl_page_pool_get_doit(struct sk_buff *skb, struct genl_info *info); 20int netdev_nl_page_pool_get_dumpit(struct sk_buff *skb, 21 struct netlink_callback *cb); 22int netdev_nl_page_pool_stats_get_doit(struct sk_buff *skb, 23 struct genl_info *info); 24int netdev_nl_page_pool_stats_get_dumpit(struct sk_buff *skb, 25 struct netlink_callback *cb); 26int netdev_nl_queue_get_doit(struct sk_buff *skb, struct genl_info *info); 27int netdev_nl_queue_get_dumpit(struct sk_buff *skb, 28 struct netlink_callback *cb); 29int netdev_nl_napi_get_doit(struct sk_buff *skb, struct genl_info *info); 30int netdev_nl_napi_get_dumpit(struct sk_buff *skb, struct netlink_callback *cb); 31int netdev_nl_qstats_get_dumpit(struct sk_buff *skb, 32 struct netlink_callback *cb); 33 34enum { 35 NETDEV_NLGRP_MGMT, 36 NETDEV_NLGRP_PAGE_POOL, 37}; 38 39extern struct genl_family netdev_nl_family; 40 41#endif /* _LINUX_NETDEV_GEN_H */