Lines Matching refs:AF_RXRPC
9 of AF_RXRPC family, using sendmsg() and recvmsg() with control data to send and
18 (#) AF_RXRPC driver model.
30 (#) AF_RXRPC kernel interface.
55 AF_RXRPC provides:
58 making the session part of it a Linux network protocol (AF_RXRPC).
71 AF_RXRPC does not provide XDR marshalling/presentation facilities. That is
72 left to the application. AF_RXRPC only deals in blobs. Even the operation ID
77 Sockets of AF_RXRPC family are:
104 a port number. AF_RXRPC permits multiple services to share an endpoint.
165 AF_RXRPC Driver Model
168 About the AF_RXRPC driver:
170 (#) The AF_RXRPC protocol transparently uses internal sockets of the transport
173 (#) AF_RXRPC sockets map onto RxRPC connection bundles. Actual RxRPC
325 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,
647 server = socket(AF_RXRPC, SOCK_DGRAM, PF_INET);
670 .srx_family = AF_RXRPC,
772 AF_RXRPC Kernel Interface
775 The AF_RXRPC module also provides an interface for use by in-kernel utilities
794 To use the RxRPC facility, a kernel utility must still open an AF_RXRPC socket,
857 expunged from AF_RXRPC's knowledge and will not be seen again in
949 This installs an interceptor function on the specified AF_RXRPC socket.