summaryrefslogtreecommitdiff
path: root/include/arch/x86_64/linux/rxrpc.h
diff options
context:
space:
mode:
authorKacper <kacper@mail.openlinux.dev>2025-12-09 19:20:15 +0100
committerKacper <kacper@mail.openlinux.dev>2025-12-09 19:20:15 +0100
commit885f5974cdf65b59415837ae97f5a14ef1350670 (patch)
tree66ac13de29c7f4932c5fcae11773df574e4e256a /include/arch/x86_64/linux/rxrpc.h
parent8f9e448b2ef6db7cd905540c21f3c5b190e7a1e7 (diff)
feat: add gzip and new headers
Diffstat (limited to 'include/arch/x86_64/linux/rxrpc.h')
-rw-r--r--include/arch/x86_64/linux/rxrpc.h27
1 files changed, 16 insertions, 11 deletions
diff --git a/include/arch/x86_64/linux/rxrpc.h b/include/arch/x86_64/linux/rxrpc.h
index b09d56d7..dda19740 100644
--- a/include/arch/x86_64/linux/rxrpc.h
+++ b/include/arch/x86_64/linux/rxrpc.h
@@ -36,9 +36,10 @@ struct sockaddr_rxrpc {
3 /* Deprecated; use RXRPC_EXCLUSIVE_CALL instead */
#define RXRPC_MIN_SECURITY_LEVEL 4 /* minimum security level */
#define RXRPC_UPGRADEABLE_SERVICE 5 /* Upgrade service[0] -> service[1] */
-#define RXRPC_SUPPORTED_CMSG 6 /* Get highest supported control message type \
- */
-#define RXRPC_MANAGE_RESPONSE 7 /* [clnt] Want to manage RESPONSE packets */
+#define RXRPC_SUPPORTED_CMSG \
+ 6 /* Get highest supported control message type \
+ */
+#define RXRPC_MANAGE_RESPONSE 7 /* [clnt] Want to manage RESPONSE packets */
/*
* RxRPC control messages
@@ -118,9 +119,11 @@ enum rxrpc_cmsg_type {
* like "unsupported security", so we have to use these instead and hope the
* other side understands
*/
-#define RXKADINCONSISTENCY 19270400 /* security module structure inconsistent \
- */
-#define RXKADPACKETSHORT 19270401 /* packet too short for security challenge \
+#define RXKADINCONSISTENCY \
+ 19270400 /* security module structure inconsistent \
+ */
+#define RXKADPACKETSHORT \
+ 19270401 /* packet too short for security challenge \
*/
#define RXKADLEVELFAIL 19270402 /* security level negotiation failed */
#define RXKADTICKETLEN 19270403 /* ticket length too short or too long */
@@ -145,8 +148,9 @@ enum rxrpc_cmsg_type {
#define RXGK_PACKETSHORT \
1233242881 /* Packet too short for security challenge */
#define RXGK_BADCHALLENGE 1233242882 /* Invalid security challenge */
-#define RXGK_BADETYPE 1233242883 /* Invalid or impermissible encryption type \
- */
+#define RXGK_BADETYPE \
+ 1233242883 /* Invalid or impermissible encryption type \
+ */
#define RXGK_BADLEVEL 1233242884 /* Invalid or impermissible security level */
#define RXGK_BADKEYNO 1233242885 /* Key version number not found */
#define RXGK_EXPIRED 1233242886 /* Token has expired */
@@ -154,9 +158,10 @@ enum rxrpc_cmsg_type {
#define RXGK_BAD_TOKEN 1233242888 /* Security object was passed a bad token */
#define RXGK_SEALED_INCON 1233242889 /* Sealed data inconsistent */
#define RXGK_DATA_LEN 1233242890 /* User data too long */
-#define RXGK_BAD_QOP 1233242891 /* Inadequate quality of protection available \
- */
-#else /* Revised standard abort codes (used by YFS) */
+#define RXGK_BAD_QOP \
+ 1233242891 /* Inadequate quality of protection available \
+ */
+#else /* Revised standard abort codes (used by YFS) */
#define RXGK_INCONSISTENCY \
1233242880 /* Security module structure inconsistent */
#define RXGK_PACKETSHORT \