File: lockd_netlink.h

package info (click to toggle)
nfs-utils 1%3A2.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,380 kB
  • sloc: ansic: 52,371; sh: 5,775; python: 2,166; makefile: 973
file content (29 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
/* Do not edit directly, auto-generated from: */
/*	Documentation/netlink/specs/lockd.yaml */
/* YNL-GEN uapi header */

#ifndef _UAPI_LINUX_LOCKD_NETLINK_H
#define _UAPI_LINUX_LOCKD_NETLINK_H

#define LOCKD_FAMILY_NAME	"lockd"
#define LOCKD_FAMILY_VERSION	1

enum {
	LOCKD_A_SERVER_GRACETIME = 1,
	LOCKD_A_SERVER_TCP_PORT,
	LOCKD_A_SERVER_UDP_PORT,

	__LOCKD_A_SERVER_MAX,
	LOCKD_A_SERVER_MAX = (__LOCKD_A_SERVER_MAX - 1)
};

enum {
	LOCKD_CMD_SERVER_SET = 1,
	LOCKD_CMD_SERVER_GET,

	__LOCKD_CMD_MAX,
	LOCKD_CMD_MAX = (__LOCKD_CMD_MAX - 1)
};

#endif /* _UAPI_LINUX_LOCKD_NETLINK_H */