Home
last modified time | relevance | path

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

/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()
/tools/perf/trace/beauty/include/linux/
Dsocket.h256 #define PF_RDS AF_RDS macro