Searched refs:RXRPC_USER_CALL_ID (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | rxrpc.h | 51 RXRPC_USER_CALL_ID = 1, /* sr: user call ID specifier */ enumerator
|
/Linux-v4.19/Documentation/networking/ |
D | rxrpc.txt | 332 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 601 RXRPC_USER_CALL_ID - specifies the user ID for this call 620 RXRPC_USER_CALL_ID - specifies the user ID for this call [all …]
|
/Linux-v4.19/net/rxrpc/ |
D | recvmsg.c | 521 ret = put_cmsg(msg, SOL_RXRPC, RXRPC_USER_CALL_ID, in rxrpc_recvmsg() 526 ret = put_cmsg(msg, SOL_RXRPC, RXRPC_USER_CALL_ID, in rxrpc_recvmsg()
|
D | sendmsg.c | 481 case RXRPC_USER_CALL_ID: in rxrpc_sendmsg_cmsg()
|