Searched refs:AF_RXRPC (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/net/rxrpc/ |
H A D | Kconfig | 6 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 D | rxperf.c | 185 ret = sock_create_kern(&init_net, AF_RXRPC, SOCK_DGRAM, PF_INET6, in rxperf_open_socket() 194 srx.srx_family = AF_RXRPC; in rxperf_open_socket()
|
H A D | af_rxrpc.c | 85 if (srx->srx_family != AF_RXRPC) in rxrpc_validate_address() 545 rx->srx.srx_family = AF_RXRPC; in rxrpc_sendmsg()
|
/openbmc/linux/fs/afs/ |
H A D | addr_list.c | 49 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()
|
H A D | Kconfig | 5 select AF_RXRPC
|
H A D | rxrpc.c | 46 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()
|
/openbmc/linux/Documentation/networking/ |
H A D | rxrpc.rst | 18 (#) AF_RXRPC driver model. 30 (#) AF_RXRPC kernel interface. 55 AF_RXRPC provides: 77 Sockets of AF_RXRPC family are: 165 AF_RXRPC Driver Model 168 About the AF_RXRPC driver: 551 client = socket(AF_RXRPC, SOCK_DGRAM, PF_INET); 559 .srx_family = AF_RXRPC, 589 .srx_family = AF_RXRPC, 670 .srx_family = AF_RXRPC, [all …]
|
/openbmc/linux/tools/perf/trace/beauty/include/linux/ |
H A D | socket.h | 224 #define AF_RXRPC 33 /* RxRPC sockets */ macro 281 #define PF_RXRPC AF_RXRPC
|
/openbmc/linux/include/linux/ |
H A D | socket.h | 224 #define AF_RXRPC 33 /* RxRPC sockets */ macro 281 #define PF_RXRPC AF_RXRPC
|
/openbmc/linux/Documentation/filesystems/ |
H A D | afs.rst | 51 CONFIG_AF_RXRPC_DEBUG - Permit AF_RXRPC debugging to be enabled 70 The first module is the AF_RXRPC network protocol driver. This provides the
|
/openbmc/linux/ |
H A D | MAINTAINERS | 18763 RXRPC SOCKETS (AF_RXRPC)
|