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/nfsd.yaml */
4/* YNL-GEN kernel header */
5/* To regenerate run: tools/net/ynl/ynl-regen.sh */
6
7#ifndef _LINUX_NFSD_GEN_H
8#define _LINUX_NFSD_GEN_H
9
10#include <net/netlink.h>
11#include <net/genetlink.h>
12
13#include <uapi/linux/nfsd_netlink.h>
14
15/* Common nested types */
16extern const struct nla_policy nfsd_sock_nl_policy[NFSD_A_SOCK_TRANSPORT_NAME + 1];
17extern const struct nla_policy nfsd_version_nl_policy[NFSD_A_VERSION_ENABLED + 1];
18
19int nfsd_nl_rpc_status_get_dumpit(struct sk_buff *skb,
20 struct netlink_callback *cb);
21int nfsd_nl_threads_set_doit(struct sk_buff *skb, struct genl_info *info);
22int nfsd_nl_threads_get_doit(struct sk_buff *skb, struct genl_info *info);
23int nfsd_nl_version_set_doit(struct sk_buff *skb, struct genl_info *info);
24int nfsd_nl_version_get_doit(struct sk_buff *skb, struct genl_info *info);
25int nfsd_nl_listener_set_doit(struct sk_buff *skb, struct genl_info *info);
26int nfsd_nl_listener_get_doit(struct sk_buff *skb, struct genl_info *info);
27int nfsd_nl_pool_mode_set_doit(struct sk_buff *skb, struct genl_info *info);
28int nfsd_nl_pool_mode_get_doit(struct sk_buff *skb, struct genl_info *info);
29
30extern struct genl_family nfsd_nl_family;
31
32#endif /* _LINUX_NFSD_GEN_H */