Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A 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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsocket.h65 #define PF_RDS 21 /* RDS sockets. */ macro
116 #define AF_RDS PF_RDS
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsocket.h65 #define PF_RDS 21 /* RDS sockets. */ macro
116 #define AF_RDS PF_RDS
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/include/linux/
H A Dsocket.h253 #define PF_RDS AF_RDS macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dsocket.h253 #define PF_RDS AF_RDS macro
/OK3568_Linux_fs/kernel/net/rds/
H A Daf_rds.c963 MODULE_ALIAS_NETPROTO(PF_RDS);
/OK3568_Linux_fs/kernel/net/core/
H A Dsock.c1207 } else if (sk->sk_family != PF_RDS) { in sock_setsockopt()
/OK3568_Linux_fs/kernel/security/selinux/
H A Dhooks.c1243 case PF_RDS: in socket_type_to_security_class()