Searched refs:PF_RDS (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | msg_zerocopy.c | 17 * PF_RDS 196 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() 769 error(1, 0, "-D <server addr> required for PF_RDS\n"); in parse_opts() 771 error(1, 0, "-S <client addr> required for PF_RDS\ in parse_opts() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | msg_zerocopy.c | 17 * PF_RDS 196 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() 769 error(1, 0, "-D <server addr> required for PF_RDS\n"); in parse_opts() 771 error(1, 0, "-S <client addr> required for PF_RDS\ in parse_opts() [all...] |
/kernel/linux/linux-5.10/tools/perf/trace/beauty/include/linux/ |
H A D | socket.h | 253 #define PF_RDS AF_RDS macro
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | socket.h | 256 #define PF_RDS AF_RDS macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | socket.h | 269 #define PF_RDS AF_RDS macro
|
/kernel/linux/linux-6.6/tools/perf/trace/beauty/include/linux/ |
H A D | socket.h | 269 #define PF_RDS AF_RDS macro
|
/kernel/linux/linux-5.10/net/rds/ |
H A D | af_rds.c | 963 MODULE_ALIAS_NETPROTO(PF_RDS); variable
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | af_rds.c | 962 MODULE_ALIAS_NETPROTO(PF_RDS); variable
|
/kernel/linux/linux-5.10/net/core/ |
H A D | sock.c | 1208 } else if (sk->sk_family != PF_RDS) { in sock_setsockopt()
|
/kernel/linux/linux-6.6/net/ |
H A D | socket.c | 196 [PF_RDS] = "PF_RDS",
|
/kernel/linux/linux-6.6/net/core/ |
H A D | sock.c | 1467 } else if (sk->sk_family != PF_RDS) { in sk_setsockopt()
|
/kernel/linux/linux-5.10/security/selinux/ |
H A D | hooks.c | 1244 case PF_RDS: in socket_type_to_security_class()
|
/kernel/linux/linux-6.6/security/selinux/ |
H A D | hooks.c | 1257 case PF_RDS: in socket_type_to_security_class()
|
Completed in 50 milliseconds