Home
last modified time | relevance | path

Searched refs:SOL_RXRPC (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/rxrpc/
H A Drecvmsg.c73 ret = put_cmsg(msg, SOL_RXRPC, RXRPC_ACK, 0, &tmp); in rxrpc_recvmsg_term()
77 ret = put_cmsg(msg, SOL_RXRPC, RXRPC_ABORT, 4, &tmp); in rxrpc_recvmsg_term()
81 ret = put_cmsg(msg, SOL_RXRPC, RXRPC_ABORT, 4, &tmp); in rxrpc_recvmsg_term()
85 ret = put_cmsg(msg, SOL_RXRPC, RXRPC_NET_ERROR, 4, &tmp); in rxrpc_recvmsg_term()
89 ret = put_cmsg(msg, SOL_RXRPC, RXRPC_LOCAL_ERROR, 4, &tmp); in rxrpc_recvmsg_term()
384 ret = put_cmsg(msg, SOL_RXRPC, RXRPC_USER_CALL_ID, in rxrpc_recvmsg()
389 ret = put_cmsg(msg, SOL_RXRPC, RXRPC_USER_CALL_ID, in rxrpc_recvmsg()
H A Daf_rxrpc.c625 if (level == SOL_RXRPC) { in rxrpc_setsockopt()
716 if (level != SOL_RXRPC) in rxrpc_getsockopt()
H A Dsendmsg.c480 if (cmsg->cmsg_level != SOL_RXRPC) in rxrpc_sendmsg_cmsg()
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h371 #define SOL_RXRPC 272 macro
/openbmc/linux/include/linux/
H A Dsocket.h371 #define SOL_RXRPC 272 macro
/openbmc/linux/Documentation/networking/
H A Drxrpc.rst444 AF_RXRPC sockets support a few socket options at the SOL_RXRPC level:
576 setsockopt(client, SOL_RXRPC, RXRPC_SECURITY_KEY, key, strlen(key));
582 setsockopt(client, SOL_RXRPC, RXRPC_MIN_SECURITY_LEVEL,
662 setsockopt(server, SOL_RXRPC, RXRPC_SECURITY_KEYRING, "AFSkeys", 7);
687 setsockopt(server, SOL_RXRPC, RXRPC_UPGRADEABLE_SERVICE,