Searched refs:send_recv_data (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_tc_edt.c | 117 err = send_recv_data(server_fd, client_fd, TX_BYTES_COUNT); in run_test()
|
| H A D | bpf_qdisc.c | 38 err = send_recv_data(srv_fd, cli_fd, total_bytes); in do_test()
|
| H A D | bpf_tcp_ca.c | 73 ASSERT_OK(send_recv_data(lfd, fd, total_bytes), "send_recv_data"); in do_test() 172 ASSERT_OK(send_recv_data(lfd, fd, total_bytes), "send_recv_data"); in test_dctcp()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | network_helpers.h | 101 int send_recv_data(int lfd, int fd, uint32_t total_bytes);
|
| H A D | network_helpers.c | 726 int send_recv_data(int lfd, int fd, uint32_t total_bytes) in send_recv_data() function
|