.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later WITH Linux-syscall-note */ |
---|
1 | 2 | /* Types and definitions for AF_RXRPC. |
---|
2 | 3 | * |
---|
3 | 4 | * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. |
---|
4 | 5 | * 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. |
---|
10 | 6 | */ |
---|
11 | 7 | |
---|
12 | 8 | #ifndef _UAPI_LINUX_RXRPC_H |
---|
.. | .. |
---|
55 | 51 | RXRPC_BUSY = 6, /* -r: server busy received [terminal] */ |
---|
56 | 52 | RXRPC_LOCAL_ERROR = 7, /* -r: local error generated [terminal] */ |
---|
57 | 53 | RXRPC_NEW_CALL = 8, /* -r: [Service] new incoming call notification */ |
---|
58 | | - RXRPC_ACCEPT = 9, /* s-: [Service] accept request */ |
---|
59 | 54 | RXRPC_EXCLUSIVE_CALL = 10, /* s-: Call should be on exclusive connection */ |
---|
60 | 55 | RXRPC_UPGRADE_SERVICE = 11, /* s-: Request service upgrade for client call */ |
---|
61 | 56 | RXRPC_TX_LENGTH = 12, /* s-: Total length of Tx data */ |
---|
62 | 57 | 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 */ |
---|
63 | 59 | RXRPC__SUPPORTED |
---|
64 | 60 | }; |
---|
65 | 61 | |
---|