Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A DKconfig6 config AF_RXRPC config
24 if AF_RXRPC
28 depends on (IPV6 = m && AF_RXRPC = m) || (IPV6 = y && AF_RXRPC)
30 Say Y here to allow AF_RXRPC to use IPV6 UDP as well as IPV4 UDP as
65 Provide kerberos 4 and AFS kaserver security handling for AF_RXRPC
H A Drxperf.c191 ret = sock_create_kern(&init_net, AF_RXRPC, SOCK_DGRAM, PF_INET6, in rxperf_open_socket()
200 srx.srx_family = AF_RXRPC; in rxperf_open_socket()
H A Daf_rxrpc.c2 /* AF_RXRPC implementation
85 if (srx->srx_family != AF_RXRPC) in rxrpc_validate_address()
559 rx->srx.srx_family = AF_RXRPC; in rxrpc_sendmsg()
/linux/Documentation/networking/
H A Drxrpc.rst9 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 Drive
[all...]
/linux/fs/afs/
H A DKconfig5 select AF_RXRPC
H A Daddr_list.c293 srx.srx_family = AF_RXRPC; in afs_merge_fs_addr4()
337 srx.srx_family = AF_RXRPC; in afs_merge_fs_addr6()
H A Drxrpc.c56 ret = sock_create_kern(net->net, AF_RXRPC, SOCK_DGRAM, PF_INET6, &socket); in afs_open_socket()
65 srx.srx_family = AF_RXRPC; in afs_open_socket()
/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h225 #define AF_RXRPC 33 /* RxRPC sockets */ macro
282 #define PF_RXRPC AF_RXRPC
/linux/
H A DMAINTAINERS22080 RXRPC SOCKETS (AF_RXRPC)