Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Drxrpc.h47 RXRPC_USER_CALL_ID = 1, /* sr: user call ID specifier */ enumerator
/linux/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 …]
/linux/net/rxrpc/
H A Dsendmsg.c523 case RXRPC_USER_CALL_ID: in rxrpc_sendmsg_cmsg()