Searched refs:send_recv_data (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| A D | network_helpers.h | 95 int send_recv_data(int lfd, int fd, uint32_t total_bytes);
|
| A D | network_helpers.c | 676 int send_recv_data(int lfd, int fd, uint32_t total_bytes) in send_recv_data() function
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | bpf_tcp_ca.c | 77 ASSERT_OK(send_recv_data(lfd, fd, total_bytes), "send_recv_data"); in do_test() 176 ASSERT_OK(send_recv_data(lfd, fd, total_bytes), "send_recv_data"); in test_dctcp()
|
Completed in 7 milliseconds