Home
last modified time | relevance | path

Searched refs:AF_RXRPC (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/net/rxrpc/
DKconfig5 config AF_RXRPC config
25 depends on AF_RXRPC
34 depends on AF_RXRPC
41 Provide kerberos 4 and AFS kaserver security handling for AF_RXRPC
Daf_rxrpc.c86 if (srx->srx_family != AF_RXRPC) in rxrpc_validate_address()
396 rx->srx.srx_family = AF_RXRPC; in rxrpc_connect()
Dar-accept.c245 srx.srx_family = AF_RXRPC; in rxrpc_accept_incoming_calls()
/linux-3.4.99/Documentation/networking/
Drxrpc.txt7 of AF_RXRPC family, using sendmsg() and recvmsg() with control data to send and
16 (*) AF_RXRPC driver model.
28 (*) AF_RXRPC kernel interface.
52 AF_RXRPC provides:
55 making the session part of it a Linux network protocol (AF_RXRPC).
68 AF_RXRPC does not provide XDR marshalling/presentation facilities. That is
69 left to the application. AF_RXRPC only deals in blobs. Even the operation ID
74 Sockets of AF_RXRPC family are:
102 a port number. AF_RXRPC permits multiple services to share an endpoint.
164 AF_RXRPC DRIVER MODEL
[all …]
/linux-3.4.99/include/linux/
Dsocket.h191 #define AF_RXRPC 33 /* RxRPC sockets */ macro
234 #define PF_RXRPC AF_RXRPC
/linux-3.4.99/fs/afs/
DKconfig4 select AF_RXRPC
Drxrpc.c81 ret = sock_create_kern(AF_RXRPC, SOCK_DGRAM, PF_INET, &socket); in afs_open_socket()
91 srx.srx_family = AF_RXRPC; in afs_open_socket()
332 srx.srx_family = AF_RXRPC; in afs_make_call()
/linux-3.4.99/Documentation/filesystems/
Dafs.txt50 CONFIG_AF_RXRPC_DEBUG - Permit AF_RXRPC debugging to be enabled
71 The first module is the AF_RXRPC network protocol driver. This provides the
/linux-3.4.99/
DMAINTAINERS407 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN