]>
Commit | Line | Data |
---|---|---|
13727f85 LB |
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 | ||
6 | #ifndef _LINUX_NFSD_GEN_H | |
7 | #define _LINUX_NFSD_GEN_H | |
8 | ||
9 | #include <net/netlink.h> | |
10 | #include <net/genetlink.h> | |
11 | ||
12 | #include <uapi/linux/nfsd_netlink.h> | |
13 | ||
5a939bea | 14 | /* Common nested types */ |
16a47117 | 15 | extern const struct nla_policy nfsd_sock_nl_policy[NFSD_A_SOCK_TRANSPORT_NAME + 1]; |
5a939bea LB |
16 | extern const struct nla_policy nfsd_version_nl_policy[NFSD_A_VERSION_ENABLED + 1]; |
17 | ||
13727f85 LB |
18 | int nfsd_nl_rpc_status_get_dumpit(struct sk_buff *skb, |
19 | struct netlink_callback *cb); | |
924f4fb0 LB |
20 | int nfsd_nl_threads_set_doit(struct sk_buff *skb, struct genl_info *info); |
21 | int nfsd_nl_threads_get_doit(struct sk_buff *skb, struct genl_info *info); | |
5a939bea LB |
22 | int nfsd_nl_version_set_doit(struct sk_buff *skb, struct genl_info *info); |
23 | int nfsd_nl_version_get_doit(struct sk_buff *skb, struct genl_info *info); | |
16a47117 LB |
24 | int nfsd_nl_listener_set_doit(struct sk_buff *skb, struct genl_info *info); |
25 | int nfsd_nl_listener_get_doit(struct sk_buff *skb, struct genl_info *info); | |
00506072 JL |
26 | int nfsd_nl_pool_mode_set_doit(struct sk_buff *skb, struct genl_info *info); |
27 | int nfsd_nl_pool_mode_get_doit(struct sk_buff *skb, struct genl_info *info); | |
13727f85 LB |
28 | |
29 | extern struct genl_family nfsd_nl_family; | |
30 | ||
31 | #endif /* _LINUX_NFSD_GEN_H */ |