Home
last modified time | relevance | path

Searched refs:RXRPC_USER_CALL_ID (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drxrpc.h47 RXRPC_USER_CALL_ID = 1, /* sr: user call ID specifier */ enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Drxrpc.h51 RXRPC_USER_CALL_ID = 1, /* sr: user call ID specifier */ enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Drxrpc.h51 RXRPC_USER_CALL_ID = 1, /* sr: user call ID specifier */ enumerator
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Drxrpc.rst331 RXRPC_USER_CALL_ID sr- User ID App's call specifier
346 (#) RXRPC_USER_CALL_ID
358 received. Either way, it must be associated with an RXRPC_USER_CALL_ID to
366 RXRPC_USER_CALL_ID to indicate the call that's now complete.
373 indicating the problem, and an RXRPC_USER_CALL_ID will indicate the call
380 associated with an RXRPC_USER_CALL_ID to indicate the rejected call.
387 indicating the problem, and an RXRPC_USER_CALL_ID will indicate the call
399 assign it a user ID. It should be associated with an RXRPC_USER_CALL_ID
602 RXRPC_USER_CALL_ID specifies the user ID for this call
622 RXRPC_USER_CALL_ID - specifies the user ID for this call
[all …]
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Drecvmsg.c578 ret = put_cmsg(msg, SOL_RXRPC, RXRPC_USER_CALL_ID, in rxrpc_recvmsg()
583 ret = put_cmsg(msg, SOL_RXRPC, RXRPC_USER_CALL_ID, in rxrpc_recvmsg()
H A Dsendmsg.c535 case RXRPC_USER_CALL_ID: in rxrpc_sendmsg_cmsg()