Home
last modified time | relevance | path

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

/Linux-v5.4/net/rxrpc/
DKconfig6 config AF_RXRPC config
25 depends on (IPV6 = m && AF_RXRPC = m) || (IPV6 = y && AF_RXRPC)
27 Say Y here to allow AF_RXRPC to use IPV6 UDP as well as IPV4 UDP as
32 depends on AF_RXRPC
40 depends on AF_RXRPC
49 depends on AF_RXRPC
56 Provide kerberos 4 and AFS kaserver security handling for AF_RXRPC
Daf_rxrpc.c85 if (srx->srx_family != AF_RXRPC) in rxrpc_validate_address()
549 rx->srx.srx_family = AF_RXRPC; in rxrpc_sendmsg()
/Linux-v5.4/fs/afs/
Daddr_list.c49 srx->srx_family = AF_RXRPC; in afs_alloc_addrlist()
302 srx->srx_family = AF_RXRPC; in afs_merge_fs_addr4()
342 srx->srx_family = AF_RXRPC; in afs_merge_fs_addr6()
DKconfig5 select AF_RXRPC
Drxrpc.c46 ret = sock_create_kern(net->net, AF_RXRPC, SOCK_DGRAM, PF_INET6, &socket); in afs_open_socket()
54 srx.srx_family = AF_RXRPC; in afs_open_socket()
/Linux-v5.4/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.
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
[all …]
/Linux-v5.4/include/linux/
Dsocket.h197 #define AF_RXRPC 33 /* RxRPC sockets */ macro
251 #define PF_RXRPC AF_RXRPC
/Linux-v5.4/Documentation/filesystems/
Dafs.txt51 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-v5.4/
DMAINTAINERS14053 RXRPC SOCKETS (AF_RXRPC)