Lines Matching refs:an

56  (1) Part of an RxRPC facility for both kernel and userspace applications by
84 The Andrew File System (AFS) is an example of an application that uses this and
104 a port number. AF_RXRPC permits multiple services to share an endpoint.
203 (*) If an ICMP error is received, all calls affected by that error will be
204 aborted with an appropriate network error passed through recvmsg().
209 (*) A socket is made into a server socket by binding an address with a
220 socket. This may be overridden by supplying an alternate address to the
223 (*) If connect() is called on an unbound client, a random local port will
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.
266 (*) When the kernel has received and set up an incoming call, it sends a
333 This is used to indicate the application's call ID. It's an unsigned long
335 message or in the server by passing it in association with an RXRPC_ACCEPT
341 This is can be used by an application to abort a call by passing it to
343 received. Either way, it must be associated with an RXRPC_USER_CALL_ID to
344 specify the call affected. If an abort is being sent, then error EBADSLT
350 of a call was received from the client. It will be associated with an
355 This is delivered to an application to indicate that an ICMP error message
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.
369 This is delivered to an application to indicate that a local error was
372 indicating the problem, and an RXRPC_USER_CALL_ID will indicate the call
379 as a user ID must subsequently be assigned by doing an RXRPC_ACCEPT.
384 assign it a user ID. It should be associated with an RXRPC_USER_CALL_ID
419 this socket. optval must point to an int containing one of the following
467 They have a description of "<serviceID>:<securityIndex>" (eg: "52:2" for an
476 incoming connections are made. This can be seen in an example program that can
486 A client would issue an operation by:
558 If an abort or error occurred, this will be returned in the control data
674 The AF_RXRPC module also provides an interface for use by in-kernel utilities
693 To use the RxRPC facility, a kernel utility must still open an AF_RXRPC socket,
694 bind an address as appropriate and listen if it's to be a server socket, but
711 connected client socket unless an alternative is supplied (srx is
722 If this function is successful, an opaque reference to the RxRPC call is
752 This is used to abort a call if it's still in an abortable state. The
765 This installs an interceptor function on the specified AF_RXRPC socket.
779 RXRPC_SKB_MARK_FINAL_ACK Final ACK received for an incoming call
801 (*) Accept an incoming call.
807 This is used to accept an incoming call and to assign it a call ID. This
811 If this function is successful, an opaque reference to the RxRPC call is
815 (*) Reject an incoming call.
835 This is used to free a non-DATA socket buffer intercepted from an AF_RXRPC
847 request on an incoming call. In the latter case there will be more
850 (*) Get the abort code from an abort message.
898 we would send an ACK.