Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/net/
Dmsg_zerocopy.c196 if (domain == PF_RDS) { in do_sendmsg()
218 if (do_zerocopy && domain == PF_RDS) { in do_sendmsg()
334 if (domain != PF_PACKET && domain != PF_RDS) in do_setup_tx()
338 if (domain == PF_RDS) { in do_setup_tx()
401 if (domain == PF_RDS) in do_recv_completion()
472 if (do_poll(fd, domain == PF_RDS ? POLLIN : POLLERR)) in do_recv_remaining_completions()
533 if (domain == PF_RDS) { in do_tx()
806 do_test(PF_RDS, SOCK_SEQPACKET, 0); in main()
/linux-5.19.10/Documentation/networking/
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.
/linux-5.19.10/tools/perf/trace/beauty/include/linux/
Dsocket.h260 #define PF_RDS AF_RDS macro
/linux-5.19.10/include/linux/
Dsocket.h260 #define PF_RDS AF_RDS macro
/linux-5.19.10/net/rds/
Daf_rds.c963 MODULE_ALIAS_NETPROTO(PF_RDS);
/linux-5.19.10/net/
Dsocket.c192 [PF_RDS] = "PF_RDS",
/linux-5.19.10/net/core/
Dsock.c1416 } else if (sk->sk_family != PF_RDS) { in sock_setsockopt()
/linux-5.19.10/security/selinux/
Dhooks.c1221 case PF_RDS: in socket_type_to_security_class()