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 14 int nfsd_nl_rpc_status_get_start(struct netlink_callback *cb); 15 int nfsd_nl_rpc_status_get_done(struct netlink_callback *cb); 16 17 int nfsd_nl_rpc_status_get_dumpit(struct sk_buff *skb, 18 struct netlink_callback *cb); 19 20 extern struct genl_family nfsd_nl_family; 21 22 #endif /* _LINUX_NFSD_GEN_H */ 23