Lines Matching refs:abort
248 (*) A call may be aborted by adding an abort control message to the control
249 data. Issuing an abort terminates the kernel's use of that call's tag.
254 an abort or a busy message terminates the kernel's use of that call's tag.
341 This is can be used by an application to abort a call by passing it to
342 sendmsg, or it can be delivered by recvmsg to indicate a remote abort was
344 specify the call affected. If an abort is being sent, then error EBADSLT
558 If an abort or error occurred, this will be returned in the control data
660 RXRPC_ABORT - indicates abort code (4 byte data)
752 This is used to abort a call if it's still in an abortable state. The
753 abort code specified will be placed in the ABORT message sent.
786 The remote abort message can be probed with rxrpc_kernel_get_abort_code().
850 (*) Get the abort code from an abort message.
854 This is used to extract the abort code from a remote abort message.