Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Drxrpc.h47 RXRPC_USER_CALL_ID = 1, /* sr: user call ID specifier */ enumerator
/linux-6.12.1/Documentation/networking/
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 …]
/linux-6.12.1/net/rxrpc/
Drecvmsg.c384 ret = put_cmsg(msg, SOL_RXRPC, RXRPC_USER_CALL_ID, in rxrpc_recvmsg()
389 ret = put_cmsg(msg, SOL_RXRPC, RXRPC_USER_CALL_ID, in rxrpc_recvmsg()
Dsendmsg.c472 case RXRPC_USER_CALL_ID: in rxrpc_sendmsg_cmsg()