Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Drxrpc.h45 #define RXRPC_USER_CALL_ID 1 /* user call ID specifier */ macro
/linux-4.4.14/Documentation/networking/
Drxrpc.txt320 RXRPC_USER_CALL_ID sr- User ID App's call specifier
331 (*) RXRPC_USER_CALL_ID
343 received. Either way, it must be associated with an RXRPC_USER_CALL_ID to
351 RXRPC_USER_CALL_ID to indicate the call that's now complete.
358 indicating the problem, and an RXRPC_USER_CALL_ID will indicate the call
365 associated with an RXRPC_USER_CALL_ID to indicate the rejected call.
372 indicating the problem, and an RXRPC_USER_CALL_ID will indicate the call
384 assign it a user ID. It should be associated with an RXRPC_USER_CALL_ID
540 RXRPC_USER_CALL_ID - specifies the user ID for this call
556 RXRPC_USER_CALL_ID - specifies the user ID for this call
[all …]
/linux-4.4.14/net/rxrpc/
Dar-recvmsg.c165 ret = put_cmsg(msg, SOL_RXRPC, RXRPC_USER_CALL_ID, in rxrpc_recvmsg()
275 ret = put_cmsg(msg, SOL_RXRPC, RXRPC_USER_CALL_ID, in rxrpc_recvmsg()
Dar-output.c59 case RXRPC_USER_CALL_ID: in rxrpc_sendmsg_cmsg()