Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/net/
Dmsg_zerocopy.c197 if (domain == PF_RDS) { in do_sendmsg()
219 if (do_zerocopy && domain == PF_RDS) { in do_sendmsg()
335 if (domain != PF_PACKET && domain != PF_RDS) in do_setup_tx()
339 if (domain == PF_RDS) { in do_setup_tx()
402 if (domain == PF_RDS) in do_recv_completion()
473 if (do_poll(fd, domain == PF_RDS ? POLLIN : POLLERR)) in do_recv_remaining_completions()
534 if (domain == PF_RDS) { in do_tx()
807 do_test(PF_RDS, SOCK_SEQPACKET, 0); in main()
/Linux-v5.4/Documentation/networking/
Drds.txt62 AF_RDS, PF_RDS, SOL_RDS
63 AF_RDS and PF_RDS are the domain type to be used with socket(2)
68 fd = socket(PF_RDS, SOCK_SEQPACKET, 0);
373 PF_RDS sockets between any 2 endpoints (where endpoint == [IP address,
399 local address and port that the PF_RDS socket is bound to.
/Linux-v5.4/include/linux/
Dsocket.h239 #define PF_RDS AF_RDS macro
/Linux-v5.4/net/rds/
Daf_rds.c965 MODULE_ALIAS_NETPROTO(PF_RDS);
/Linux-v5.4/net/core/
Dsock.c1145 } else if (sk->sk_family != PF_RDS) { in sock_setsockopt()
/Linux-v5.4/security/selinux/
Dhooks.c1282 case PF_RDS: in socket_type_to_security_class()