hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/include/uapi/linux/rxrpc.h
....@@ -1,12 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later WITH Linux-syscall-note */
12 /* Types and definitions for AF_RXRPC.
23 *
34 * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
45 * Written by David Howells (dhowells@redhat.com)
5
- *
6
- * This program is free software; you can redistribute it and/or
7
- * modify it under the terms of the GNU General Public Licence
8
- * as published by the Free Software Foundation; either version
9
- * 2 of the Licence, or (at your option) any later version.
106 */
117
128 #ifndef _UAPI_LINUX_RXRPC_H
....@@ -55,11 +51,11 @@
5551 RXRPC_BUSY = 6, /* -r: server busy received [terminal] */
5652 RXRPC_LOCAL_ERROR = 7, /* -r: local error generated [terminal] */
5753 RXRPC_NEW_CALL = 8, /* -r: [Service] new incoming call notification */
58
- RXRPC_ACCEPT = 9, /* s-: [Service] accept request */
5954 RXRPC_EXCLUSIVE_CALL = 10, /* s-: Call should be on exclusive connection */
6055 RXRPC_UPGRADE_SERVICE = 11, /* s-: Request service upgrade for client call */
6156 RXRPC_TX_LENGTH = 12, /* s-: Total length of Tx data */
6257 RXRPC_SET_CALL_TIMEOUT = 13, /* s-: Set one or more call timeouts */
58
+ RXRPC_CHARGE_ACCEPT = 14, /* s-: Charge the accept pool with a user call ID */
6359 RXRPC__SUPPORTED
6460 };
6561