Lines Matching refs:AF_RXRPC
7 of AF_RXRPC family, using sendmsg() and recvmsg() with control data to send and
16 (*) AF_RXRPC driver model.
28 (*) AF_RXRPC kernel interface.
54 AF_RXRPC provides:
57 making the session part of it a Linux network protocol (AF_RXRPC).
70 AF_RXRPC does not provide XDR marshalling/presentation facilities. That is
71 left to the application. AF_RXRPC only deals in blobs. Even the operation ID
76 Sockets of AF_RXRPC family are:
104 a port number. AF_RXRPC permits multiple services to share an endpoint.
166 AF_RXRPC DRIVER MODEL
169 About the AF_RXRPC driver:
171 (*) The AF_RXRPC protocol transparently uses internal sockets of the transport
174 (*) AF_RXRPC sockets map onto RxRPC connection bundles. Actual RxRPC
327 AF_RXRPC makes use of control messages in sendmsg() and recvmsg() to multiplex
444 AF_RXRPC sockets support a few socket options at the SOL_RXRPC level:
551 client = socket(AF_RXRPC, SOCK_DGRAM, PF_INET);
559 .srx_family = AF_RXRPC,
589 .srx_family = AF_RXRPC,
646 server = socket(AF_RXRPC, SOCK_DGRAM, PF_INET);
669 .srx_family = AF_RXRPC,
761 AF_RXRPC KERNEL INTERFACE
764 The AF_RXRPC module also provides an interface for use by in-kernel utilities
783 To use the RxRPC facility, a kernel utility must still open an AF_RXRPC socket,
837 from AF_RXRPC's knowledge and will not be seen again in association with
920 This installs an interceptor function on the specified AF_RXRPC socket.