Home
last modified time | relevance | path

Searched refs:PF_RDS (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/selftests/net/
H A Dmsg_zerocopy.c198 if (domain == PF_RDS) { in do_sendmsg()
221 if (do_zerocopy && domain == PF_RDS) { in do_sendmsg()
337 if (domain != PF_PACKET && domain != PF_RDS) in do_setup_tx()
341 if (domain == PF_RDS) { in do_setup_tx()
404 if (domain == PF_RDS) in do_recv_completion()
476 if (do_poll(fd, domain == PF_RDS ? POLLIN : POLLERR)) in do_recv_remaining_completions()
537 if (domain == PF_RDS) { in do_tx()
816 do_test(PF_RDS, SOCK_SEQPACKET, 0); in main()
/openbmc/linux/Documentation/networking/
H A Drds.rst70 AF_RDS, PF_RDS, SOL_RDS
71 AF_RDS and PF_RDS are the domain type to be used with socket(2)
76 fd = socket(PF_RDS, SOCK_SEQPACKET, 0);
398 PF_RDS sockets between any 2 endpoints (where endpoint == [IP address,
424 local address and port that the PF_RDS socket is bound to.
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h269 #define PF_RDS AF_RDS macro
/openbmc/linux/include/linux/
H A Dsocket.h269 #define PF_RDS AF_RDS macro
/openbmc/linux/net/rds/
H A Daf_rds.c962 MODULE_ALIAS_NETPROTO(PF_RDS);
/openbmc/linux/net/
H A Dsocket.c196 [PF_RDS] = "PF_RDS",
/openbmc/linux/net/core/
H A Dsock.c1468 } else if (sk->sk_family != PF_RDS) { in sk_setsockopt()
/openbmc/linux/security/selinux/
H A Dhooks.c1256 case PF_RDS: in socket_type_to_security_class()